From 0c1e8172b4dd98e02bdd19ac59a6b262be6a05e5 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 8 May 2023 19:35:49 +0200 Subject: jenkins-builds/funcs_promotion.sh: Enable debugging (temp) --- jenkins-builds/funcs_promotion.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins-builds/funcs_promotion.sh b/jenkins-builds/funcs_promotion.sh index 1faba97..a488ea9 100755 --- a/jenkins-builds/funcs_promotion.sh +++ b/jenkins-builds/funcs_promotion.sh @@ -212,7 +212,7 @@ function prom_merge_modules() { # function prom_promote_module() { # debug - # set -x + set -x local module=$1 shift @@ -313,7 +313,7 @@ function prom_promote_module() { # function prom_make_fatjar() { # debug - # set -x + set -x local destdir=$1 @@ -482,7 +482,7 @@ function prom_cleanup() { cd $destdir echo "INFO: Delete tmp folder" - rm -rf tmp + #rm -rf tmp # remove the platform 7z files of the local archive folder # and merge the test-results -- cgit v1.2.3