From 88b982559b4acafeca92a7940e61acf37b9d7b72 Mon Sep 17 00:00:00 2001 From: sjahl <636687+sjahl@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:15:02 -0400 Subject: [PATCH] set required git commit fields --- .cloudbuild/bluegreen-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cloudbuild/bluegreen-update.sh b/.cloudbuild/bluegreen-update.sh index a2d0e6edd..36ed74c02 100644 --- a/.cloudbuild/bluegreen-update.sh +++ b/.cloudbuild/bluegreen-update.sh @@ -63,7 +63,7 @@ kustomize --stack-trace edit set image "gnomad-browser-nginx=nginx:${SHORT_SHA}" popd git add $TARGET_DEPLOYMENT -git 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 $TARGET_DEPLOYMENT to image tags: $SHORT_SHA" git show # TODO: set phasers to stun for now # git push origin main