mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2026-04-24 09:37:36 +00:00
chore: run shfmt
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user