mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-02-04 20:32:26 +00:00
debug: see what directory we are in
This commit is contained in:
parent
6a73313edb
commit
e28d2049e5
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh -l
|
#!/bin/sh -l
|
||||||
|
ls -lah
|
||||||
if [ "$IS_REVIEW_APP" = "true" ]; then
|
if [ "$IS_REVIEW_APP" = "true" ]; then
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user