From 22619107ab8c3a907a6c313aaf1b2138e7fea10d Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 10 Sep 2022 17:58:38 -0400 Subject: [PATCH] chore: silence ci hook --- bin/ci-pre-deploy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/ci-pre-deploy b/bin/ci-pre-deploy index 9630f00..20136e1 100644 --- a/bin/ci-pre-deploy +++ b/bin/ci-pre-deploy @@ -1,5 +1,4 @@ #!/bin/sh -l -ls -lah if [ "$IS_REVIEW_APP" = "true" ]; then echo "purging repo cache" ssh "$SSH_REMOTE" -- repo:purge-cache "$APP_NAME" @@ -8,5 +7,5 @@ if [ "$IS_REVIEW_APP" = "true" ]; then git add .buildpacks git config --global user.name 'Dokku Bot' git config --global user.email no-reply@dokku.com - git commit -m "feat: specify $GITHUB_SHA as buildpack" + git commit -qm "feat: specify $GITHUB_SHA as buildpack" fi \ No newline at end of file