Update .drone.yml
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
846cf59571
commit
cbcffbb50f
|
@ -10,12 +10,10 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: node:12.16.1
|
image: node:12.16.1
|
||||||
environment:
|
environment:
|
||||||
dev_env_file: dev_env_file
|
ENV_PATH: dev_env_file
|
||||||
commands:
|
commands:
|
||||||
- echo ${dev_env_file}
|
- echo $ENV_PATH
|
||||||
- echo ${env_path}
|
- echo ${ENV_PATH}
|
||||||
- echo ${DRONE_env_path}
|
|
||||||
- echo ${drone_env_path}
|
|
||||||
|
|
||||||
# - name: restore-modules
|
# - name: restore-modules
|
||||||
# image: drillster/drone-volume-cache
|
# image: drillster/drone-volume-cache
|
||||||
|
|
Loading…
Reference in New Issue