Skip to content

Commit

Permalink
Merge pull request #307 from alphagov/fix_promote_script
Browse files Browse the repository at this point in the history
Fix typo in promotion shell script
  • Loading branch information
fredericfran-gds authored Mar 28, 2022
2 parents 2a1d9a7 + 87dcc68 commit 372de77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/argo-workflows/scripts/update-image-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LATEST_GIT_SHA=$(git rev-parse main)
if [ "${LATEST_GIT_SHA}" = "${IMAGE_TAG}" ]; then
git checkout -b "${BRANCH}"

echo "${IMAGE_TAG}" > "{$FILE}"
echo "${IMAGE_TAG}" > "${FILE}"

git add "${FILE}"
git commit -m "Deploy ${APPLICATION}:${IMAGE_TAG} to ${ENVIRONMENT}"
Expand Down

0 comments on commit 372de77

Please sign in to comment.