From 775bad26bc416c6de99a37b281218e202422ba9e Mon Sep 17 00:00:00 2001 From: Michael Gibson Date: Tue, 30 Jun 2020 13:37:45 -0500 Subject: [PATCH] More CI/CD fixes. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 9a60080..47847fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: image: alpine/git commands: - nslookup git.thegibsonhome.net + - echo 192.168.128.15 git.thegibsonhome.net >> /etc/hosts - git clone https://git.thegibsonhome.net/docker/protonmail-bridge.git/ . - git checkout $DRONE_COMMIT - name: build