Compare commits

...
This repository has been archived on 2019-03-23. You can view files and clone it, but cannot push or open issues/pull-requests.

1 Commits
master ... ci

Author SHA1 Message Date
Simon Bruder e95a5c9a98
try to fix drone 2018-03-27 17:08:10 +00:00
1 changed files with 10 additions and 0 deletions

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: