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:
- name: test
image: node:12.16.1
environment:
ENV:
from_secret: env
- name: net
image: ubuntu:18.04
commands:
- echo $ENV
- echo $ENV > .env
- ifconfig
- ping minio
- name: rebuild
image: drillster/drone-volume-cache