From 41a73c3601664a4aa56294d1fd150778a2ee5097 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 19 May 2024 14:31:28 +0200 Subject: [PATCH] ADD: some testing --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index cddb4eb..a1a63cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,9 @@ steps: path: /etc/ssl/certs2/ commands: - scripts/setupEnvironment.sh + - cat /etc/resolv.conf + - cat /etc/hosts + - ping -c 1 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 ---