diff --git a/legacy/build-deploy.sh b/legacy/build-deploy.sh index 89c306a9..4179119a 100755 --- a/legacy/build-deploy.sh +++ b/legacy/build-deploy.sh @@ -68,6 +68,7 @@ else if [[ -f "/var/run/secrets/lagoon/deployer/token" ]]; then DEPLOYER_TOKEN=$(cat /var/run/secrets/lagoon/deployer/token) fi +fi if [ -z ${DEPLOYER_TOKEN} ]; then echo "No deployer token found"; exit 1; fi