debug
continuous-integration/drone/push Build is failing Details

init
shnee 3 years ago
parent c26bc14ee8
commit 790f6b2a0b

@ -22,8 +22,6 @@ steps:
- echo "$SSH_KEY" | ssh-add -
- ssh-keyscan -p 222 -H git.shnee.net > ~/.ssh/known_hosts 2> /dev/null
- git submodule update --init
- apk add curl
- curl google.com
- make
- make push-all

@ -1,4 +1,8 @@
default: common/.git build-all
default: test2 common/.git build-all
test2:
ping -c 4 google.com
ping -c 4 mirrors.fedoraproject.org
IMAGE_NAME = ansible-fedora
BASE_IMAGE_NAME = fedora

Loading…
Cancel
Save