Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-02 22:11:40 +08:00
parent eb7f8ee513
commit fdf8dac3ad

View File

@@ -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