debug: see what directory we are in

This commit is contained in:
Jose Diaz-Gonzalez 2022-09-10 17:42:55 -04:00
parent 6a73313edb
commit e28d2049e5
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh -l
ls -lah
if [ "$IS_REVIEW_APP" = "true" ]; then
echo "https://github.com/${GITHUB_REPOSITORY}.git#$GITHUB_SHA" > .buildpacks
git add .buildpacks