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

init
shnee 3 years ago
parent 790f6b2a0b
commit 1ad70fe02f

@ -4,4 +4,6 @@ FROM fedora:36
# to use dnf or pip to install ansible however it looks like dnf installs all
# the python libs in the same location that pip would, therefore there doesn't
# seem to be a meaningful difference between the 2 install options.
RUN ping -c 4 8.8.8.8
RUN ping -c 4 mirrors.fedoraproject.org
RUN dnf install -y ansible

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

Loading…
Cancel
Save