Skip to content

Commit

Permalink
Update infrastructure/task/scripts/redeploy-failed-deployments.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Kasper Garnæs <[email protected]>
  • Loading branch information
2 people authored and ITViking committed Nov 7, 2024
1 parent 54a986e commit b25b372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/task/scripts/redeploy-failed-deployments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b25b372

Please sign in to comment.