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\""