Update .drone.yml
This commit is contained in:
parent
ef15dc6432
commit
2f4454e52a
|
@ -10,7 +10,7 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: node:12.16.1
|
image: node:12.16.1
|
||||||
environment:
|
environment:
|
||||||
- dev_env_file
|
dev_env_file
|
||||||
commands:
|
commands:
|
||||||
- echo ${dev_env_file}
|
- echo ${dev_env_file}
|
||||||
- echo ${env_path}
|
- echo ${env_path}
|
||||||
|
|
Loading…
Reference in New Issue