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

This commit is contained in:
周炽键 2021-06-02 22:27:55 +08:00
parent 846cf59571
commit cbcffbb50f
1 changed files with 3 additions and 5 deletions

View File

@ -10,12 +10,10 @@ steps:
- name: test
image: node:12.16.1
environment:
dev_env_file: dev_env_file
ENV_PATH: dev_env_file
commands:
- echo ${dev_env_file}
- echo ${env_path}
- echo ${DRONE_env_path}
- echo ${drone_env_path}
- echo $ENV_PATH
- echo ${ENV_PATH}
# - name: restore-modules
# image: drillster/drone-volume-cache