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