summaryrefslogtreecommitdiffstats
path: root/jjb/releng
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-12-15 15:53:41 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2022-12-15 15:53:41 +0100
commit8367978a1fc7ba6d4be93c02b63542599770f2a5 (patch)
tree90b962908840d65761e3d5b55e05fb2c51707189 /jjb/releng
parent9c5d989770e4d35c5645fe4c4f7f0d0bcd12210b (diff)
Debug release branch creation
Change-Id: Ib21c0d47c4219eba2096ae15b5a3f5ae6d494383 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/releng')
-rwxr-xr-xjjb/releng/branch-or-tag.sh1
-rw-r--r--jjb/releng/releng-release-tagging.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/jjb/releng/branch-or-tag.sh b/jjb/releng/branch-or-tag.sh
index 332cb35b1..93786c627 100755
--- a/jjb/releng/branch-or-tag.sh
+++ b/jjb/releng/branch-or-tag.sh
@@ -8,6 +8,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
set -e -o pipefail
+set -x
GIT_URL=${GIT_URL:-https://gerrit.opnfv.org/gerrit}
STREAM=${STREAM:-'nostream'}
diff --git a/jjb/releng/releng-release-tagging.sh b/jjb/releng/releng-release-tagging.sh
index 88927e54d..839aa37b8 100644
--- a/jjb/releng/releng-release-tagging.sh
+++ b/jjb/releng/releng-release-tagging.sh
@@ -8,6 +8,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
set -e -o pipefail
+set -x
GIT_URL=${GIT_URL:-https://gerrit.opnfv.org/gerrit}
STREAM=${STREAM:-'nostream'}