Skip to content

Commit

Permalink
more descriptive git commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahl committed Nov 1, 2024
1 parent 88b9825 commit 71a87dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cloudbuild/bluegreen-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ kustomize --stack-trace edit set image "gnomad-browser-nginx=nginx:${SHORT_SHA}"
popd

git add $TARGET_DEPLOYMENT
git -c user.name="TGG Automation" -c user.email="tgg-automation@broadinstitute.org" commit -m "Updating $TARGET_DEPLOYMENT to image tags: $SHORT_SHA"
git -c user.name="TGG Automation" -c user.email="tgg-automation@broadinstitute.org" commit -m "Updating gnomad-browser $TARGET_DEPLOYMENT deployment to image tags: $SHORT_SHA"
git show
# TODO: set phasers to stun for now
# git push origin main

0 comments on commit 71a87dd

Please sign in to comment.