From f4f84dbef05e58c8d32b3d023a8095e31bcfe9fd Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 22 Sep 2020 10:26:31 +0100 Subject: [PATCH] . --- .drone/drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone/drone.yml b/.drone/drone.yml index 8efdfc9..f1d788f 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -56,6 +56,7 @@ steps: script: - rm -f env-drone - cat /proc/sys/kernel/hostname + - ip a - "echo \"export REGISTRY_DOMAIN='$${REGISTRY_DOMAIN}'\" >> env-drone # \"registry-domain\"" - "echo \"export REGISTRY_PORT='$${REGISTRY_PORT}'\" >> env-drone # \"registry-port\"" - "echo \"export REGISTRY_PASSWORD='$${REGISTRY_PASSWORD}'\" >> env-drone # \"registry-password\""