diff --git a/.drone.yml b/.drone.yml index e1ac132..a90ebb4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: