More CI/CD fixes.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
michael 2020-06-30 13:37:45 -05:00
parent 2ff26b661c
commit 775bad26bc

View file

@ -11,6 +11,7 @@ steps:
image: alpine/git image: alpine/git
commands: commands:
- nslookup git.thegibsonhome.net - 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 clone https://git.thegibsonhome.net/docker/protonmail-bridge.git/ .
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- name: build - name: build