summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 18e0adab..a4d707dd 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -100,6 +100,7 @@ save_artifacts() {
}
cleanup_all() {
+ log_info "Starting cleanup."
if [ "$SAVE_ARTIFACTS" = "1" ] ; then
save_artifacts
elif [ ! -z "$NOTIFY" ] && [ "$SAVE_ARTIFACTS" = "0" ] ; then
@@ -113,6 +114,7 @@ cleanup_all() {
cd
rm -r $TMPDIR || true
fi
+ log_info "All cleanup done."
}
update_db_and_html() {