Commit 2bacb628 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: enable debug output and disable cleanup



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent e504f19e
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Copyright 2021-2022 Holger Levsen <holger@layer-acht.org> # Copyright 2021-2022 Holger Levsen <holger@layer-acht.org>
# released under the GPLv2 # released under the GPLv2
DEBUG=false DEBUG=true
. /srv/jenkins/bin/common-functions.sh . /srv/jenkins/bin/common-functions.sh
common_init "$@" common_init "$@"
...@@ -18,7 +18,7 @@ cleanup() { ...@@ -18,7 +18,7 @@ cleanup() {
output_echo "Cleanup ${RESULT}" output_echo "Cleanup ${RESULT}"
# Cleanup the workspace # Cleanup the workspace
if [ ! -z "${BUILDDIR}" ]; then if [ ! -z "${BUILDDIR}" ]; then
sudo rm -rf --one-file-system ${BUILDDIR} echo sudo rm -rf --one-file-system ${BUILDDIR}
fi fi
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment