From 77f5976bf86e9f31bc28777a096c1c59a7eb443e Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 19 May 2024 14:35:41 +0200 Subject: [PATCH] ADD: some testing --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1c7ed3e..d82d05d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,10 +23,9 @@ steps: path: /etc/ssl/certs2/ commands: - scripts/setupEnvironment.sh - - apk add iputils-ping - cat /etc/resolv.conf - cat /etc/hosts - - ping -c 1 registry.cloud.federationhq.de + - wget registry.cloud.federationhq.de - buildah bud --network host -t "registry.cloud.federationhq.de/netcat:latest-amd64" --arch amd64 . - buildah push --all registry.cloud.federationhq.de/netcat:latest-amd64 ---