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
eb7f8ee513
commit
fdf8dac3ad
|
@ -9,8 +9,13 @@ steps:
|
|||
|
||||
- name: test
|
||||
image: node:12.16.1
|
||||
settings:
|
||||
env_path:
|
||||
from_secret: dev_env_file
|
||||
commands:
|
||||
- echo ${dev_env_file}
|
||||
- echo ${env_path}
|
||||
- echo ${DRONE_env_path}
|
||||
- echo ${drone_env_path}
|
||||
|
||||
# - name: restore-modules
|
||||
# image: drillster/drone-volume-cache
|
||||
|
|
Loading…
Reference in New Issue