aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/deploy.sh
diff options
context:
space:
mode:
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