From 555c73a85551f8a56cfe783d769f81bd4ef6411f Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 19 May 2024 14:36:52 +0200 Subject: [PATCH] ADD: some testing --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d82d05d..60fdf43 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,6 @@ steps: - scripts/setupEnvironment.sh - cat /etc/resolv.conf - cat /etc/hosts - - 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 ---