diff options
author | Sven Gothel <[email protected]> | 2023-05-08 19:35:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-08 19:35:49 +0200 |
commit | 0c1e8172b4dd98e02bdd19ac59a6b262be6a05e5 (patch) | |
tree | 301ff4d7eb7091d374d788b71b0ed431a165745e | |
parent | 95aee3062f2a2860f5b9bd8a9aa0569e57120b47 (diff) |
jenkins-builds/funcs_promotion.sh: Enable debugging (temp)
-rwxr-xr-x | jenkins-builds/funcs_promotion.sh | 6 |
1 files 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 |