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

This commit is contained in:
周炽键 2021-06-02 22:29:47 +08:00
parent 2630d2870d
commit 2f896b90a2
1 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@ steps:
- name: test
image: node:12.16.1
environment:
ENV_PATH:
from_secret: dev_env_file
ENV:
from_secret: env
commands:
- echo $ENV_PATH
- echo ${ENV_PATH}
- echo $ENV
- echo ${ENV}
# - name: restore-modules
# image: drillster/drone-volume-cache