From 7794c2c36f0be7b1e1f34b449d23a269532f838e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 10 Sep 2022 18:02:11 -0400 Subject: [PATCH] chore: add some debugging information --- bin/ci-pre-deploy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/ci-pre-deploy b/bin/ci-pre-deploy index 20136e1..afb955b 100644 --- a/bin/ci-pre-deploy +++ b/bin/ci-pre-deploy @@ -1,8 +1,9 @@ #!/bin/sh -l if [ "$IS_REVIEW_APP" = "true" ]; then - echo "purging repo cache" + echo "-----> Purging repo cache" 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 git add .buildpacks git config --global user.name 'Dokku Bot'