diff --git a/bin/ci-pre-deploy b/bin/ci-pre-deploy index 52f35ee..c083098 100644 --- a/bin/ci-pre-deploy +++ b/bin/ci-pre-deploy @@ -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