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

This commit is contained in:
周炽键 2021-06-03 14:51:14 +08:00
parent a27df1e71f
commit 8eb7d29711
1 changed files with 4 additions and 7 deletions

View File

@ -7,14 +7,11 @@ trigger:
steps: steps:
- name: test - name: net
image: node:12.16.1 image: ubuntu:18.04
environment:
ENV:
from_secret: env
commands: commands:
- echo $ENV - ifconfig
- echo $ENV > .env - ping minio
- name: rebuild - name: rebuild
image: drillster/drone-volume-cache image: drillster/drone-volume-cache