try to fix drone
This commit is contained in:
parent
07064a764c
commit
e95a5c9a98
10
.drone.yml
10
.drone.yml
|
@ -1,4 +1,14 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
|
resolve:
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- cat /etc/resolv.conf
|
||||||
|
- nslookup git.sbruder.de 8.8.8.8
|
||||||
|
- ping -c 1 127.0.0.11
|
||||||
|
- ping -c 1 sbruder.de
|
||||||
|
- ping -c 1 git.sbruder.de
|
||||||
|
when:
|
||||||
|
status: [ success, failure ]
|
||||||
build:
|
build:
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
Reference in a new issue