Update .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
周炽键 2021-06-02 22:11:40 +08:00
parent eb7f8ee513
commit fdf8dac3ad
1 changed files with 6 additions and 1 deletions

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