diff --git a/bin/ci-pre-deploy b/bin/ci-pre-deploy index 9a00a66..c6eff4a 100644 --- a/bin/ci-pre-deploy +++ b/bin/ci-pre-deploy @@ -20,7 +20,7 @@ if [ "$IS_REVIEW_APP" = "true" ]; then git commit -qm "feat: specify custom mime.types" echo "-----> Setting the buildpack to the current ref $GITHUB_HEAD_REF" - echo "https://github.com/${GITHUB_REPOSITORY}.git#$GITHUB_HEAD_REF" > .buildpacks + echo "https://github.com/${GITHUB_REPOSITORY}.git#$GITHUB_HEAD_REF" >.buildpacks git add .buildpacks git commit -qm "feat: specify $GITHUB_SHA as buildpack"