mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-22 01:13:06 +00:00
fix: override commit being deployed
This commit is contained in:
parent
c8eef60b09
commit
53b41ec631
@ -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
|
Loading…
Reference in New Issue
Block a user