From 6b3550396bae9d99545e3740ac8917e77648f3ec Mon Sep 17 00:00:00 2001 From: Amine Date: Tue, 13 Nov 2018 21:59:28 +0100 Subject: [PATCH] Jenkins not executing the rest of the script. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index abdea4d..f8369a9 100755 --- a/build.sh +++ b/build.sh @@ -21,7 +21,7 @@ VERSION="${INITIAL_VERSION}${TODAYS_VERSION}" PARAMS_EXCEPT_PUBLISH=$(echo $1 | sed 's/\-\-publish//') -./version.sh ${VERSION} ${PARAMS_EXCEPT_PUBLISH} +./version.sh ${VERSION} ${PARAMS_EXCEPT_PUBLISH} & if [[ "$@" == *'--publish'* ]] then