mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-04-19 16:09:22 +00:00
chore: add some debugging information
This commit is contained in:
parent
22619107ab
commit
7794c2c36f
@ -1,8 +1,9 @@
|
|||||||
#!/bin/sh -l
|
#!/bin/sh -l
|
||||||
if [ "$IS_REVIEW_APP" = "true" ]; then
|
if [ "$IS_REVIEW_APP" = "true" ]; then
|
||||||
echo "purging repo cache"
|
echo "-----> Purging repo cache"
|
||||||
ssh "$SSH_REMOTE" -- repo:purge-cache "$APP_NAME"
|
ssh "$SSH_REMOTE" -- repo:purge-cache "$APP_NAME"
|
||||||
|
|
||||||
|
echo "-----> Setting the buildpack to the current commit"
|
||||||
echo "https://github.com/${GITHUB_REPOSITORY}.git#$GITHUB_SHA" > .buildpacks
|
echo "https://github.com/${GITHUB_REPOSITORY}.git#$GITHUB_SHA" > .buildpacks
|
||||||
git add .buildpacks
|
git add .buildpacks
|
||||||
git config --global user.name 'Dokku Bot'
|
git config --global user.name 'Dokku Bot'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user