From 53b41ec631acec1f5ded5275faa17ce95ba3f618 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 10 Sep 2022 19:58:50 -0400 Subject: [PATCH] fix: override commit being deployed --- bin/ci-pre-deploy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ci-pre-deploy b/bin/ci-pre-deploy index 03a04b7..8988f28 100644 --- a/bin/ci-pre-deploy +++ b/bin/ci-pre-deploy @@ -23,4 +23,6 @@ if [ "$IS_REVIEW_APP" = "true" ]; then echo "https://github.com/${GITHUB_REPOSITORY}.git#$GITHUB_SHA" > .buildpacks git add .buildpacks git commit -qm "feat: specify $GITHUB_SHA as buildpack" + + git rev-parse HEAD >ci-commit-override fi \ No newline at end of file