1
0
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:
Jose Diaz-Gonzalez
2026-04-23 01:10:31 -04:00
parent d72ac92402
commit 11755954fe

View File

@ -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"