From b25b3727d38918319b68534961708a103145cad0 Mon Sep 17 00:00:00 2001 From: Philip Dein Date: Thu, 7 Nov 2024 12:00:24 +0100 Subject: [PATCH] Update infrastructure/task/scripts/redeploy-failed-deployments.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kasper Garnæs --- infrastructure/task/scripts/redeploy-failed-deployments.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/task/scripts/redeploy-failed-deployments.sh b/infrastructure/task/scripts/redeploy-failed-deployments.sh index 313a7197..52657d8d 100755 --- a/infrastructure/task/scripts/redeploy-failed-deployments.sh +++ b/infrastructure/task/scripts/redeploy-failed-deployments.sh @@ -44,7 +44,7 @@ FAILED_DEVELOPMENT_DEPLOYMENTS=$(lagoon raw --raw "query allProjects { } }" | jq -r '.allProjects[] | .name as $name | .environments[].deployments[] | select(.status == "failed") | ($name)') -echo "redeploying failed moduletest environments" +echo "Redeploying failed moduletest environments" for deployment in $FAILED_DEVELOPMENT_DEPLOYMENTS; do if [[ $deployment =~ "dpl-cms" ]]; then