From 16b54c7211d194e0a0ce5e78883c4e250cea3c42 Mon Sep 17 00:00:00 2001 From: shnee Date: Tue, 31 Jan 2023 08:37:08 -0500 Subject: [PATCH] debug --- .drone.yml | 5 +++-- Dockerfile.36 | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index eaa6763..a3d226d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,8 +22,9 @@ steps: - echo "$SSH_KEY" | ssh-add - - ssh-keyscan -p 222 -H git.shnee.net > ~/.ssh/known_hosts 2> /dev/null - git submodule update --init - - make - - make push-all + - docker build . -f Dockerfile.36 -t test:36 + # - make + # - make push-all - name: gotify image: fredix/drone-gotify diff --git a/Dockerfile.36 b/Dockerfile.36 index 404b3ad..6a9dc44 100644 --- a/Dockerfile.36 +++ b/Dockerfile.36 @@ -4,7 +4,4 @@ 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 dnf install iputils -RUN ping -c 4 8.8.8.8 -RUN ping -c 4 mirrors.fedoraproject.org RUN dnf install -y ansible