mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-01-27 01:32:26 +00:00
chore: silence ci hook
This commit is contained in:
parent
1a28ec8509
commit
22619107ab
@ -1,5 +1,4 @@
|
||||
#!/bin/sh -l
|
||||
ls -lah
|
||||
if [ "$IS_REVIEW_APP" = "true" ]; then
|
||||
echo "purging repo cache"
|
||||
ssh "$SSH_REMOTE" -- repo:purge-cache "$APP_NAME"
|
||||
@ -8,5 +7,5 @@ if [ "$IS_REVIEW_APP" = "true" ]; then
|
||||
git add .buildpacks
|
||||
git config --global user.name 'Dokku Bot'
|
||||
git config --global user.email no-reply@dokku.com
|
||||
git commit -m "feat: specify $GITHUB_SHA as buildpack"
|
||||
git commit -qm "feat: specify $GITHUB_SHA as buildpack"
|
||||
fi
|
Loading…
Reference in New Issue
Block a user