Update .drone.yml
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -7,6 +7,12 @@ trigger:
|
||||
|
||||
steps:
|
||||
|
||||
- name: net
|
||||
image: praqma/network-multitool
|
||||
commands:
|
||||
- ifconfig
|
||||
- ping bucket
|
||||
|
||||
- name: upload
|
||||
image: plugins/s3
|
||||
settings:
|
||||
@@ -21,11 +27,7 @@ steps:
|
||||
target: /
|
||||
|
||||
|
||||
# - name: net
|
||||
# image: praqma/network-multitool
|
||||
# commands:
|
||||
# - ifconfig
|
||||
# - ping bucket
|
||||
|
||||
|
||||
# - name: rebuild
|
||||
# image: drillster/drone-volume-cache
|
||||
|
Reference in New Issue
Block a user