aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/deploy.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-11 08:28:20 -0300
committerEuAndreh <eu@euandre.org>2019-06-11 08:28:20 -0300
commitab73cad221a14a9ac4a8453a92e04889c95744bd (patch)
treee37e34c2e352b479155322bdda511c960995fbae /scripts/ci/deploy.sh
parentDebug failing Ansible playbook logs (diff)
downloadserver-ab73cad221a14a9ac4a8453a92e04889c95744bd.tar.gz
server-ab73cad221a14a9ac4a8453a92e04889c95744bd.tar.xz
Log when finished runnign trap
Diffstat (limited to 'scripts/ci/deploy.sh')
-rwxr-xr-xscripts/ci/deploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh
index 9eb22ea..6d6737d 100755
--- a/scripts/ci/deploy.sh
+++ b/scripts/ci/deploy.sh
@@ -33,6 +33,8 @@ mail_debug_log() {
git crypt lock
popd
echo "Done."
+
+ echo "Finished cleanup."
}
trap mail_debug_log EXIT