try to fix drone

This commit is contained in:
Simon Bruder 2018-03-27 16:29:01 +00:00
parent 07064a764c
commit e95a5c9a98
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -1,4 +1,14 @@
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:
image: node:alpine
commands: