Jenkins not executing the rest of the script.

This commit is contained in:
Amine 2018-11-13 21:59:28 +01:00
parent c70f1e31a6
commit 6b3550396b

View File

@ -21,7 +21,7 @@ VERSION="${INITIAL_VERSION}${TODAYS_VERSION}"
PARAMS_EXCEPT_PUBLISH=$(echo $1 | sed 's/\-\-publish//') PARAMS_EXCEPT_PUBLISH=$(echo $1 | sed 's/\-\-publish//')
./version.sh ${VERSION} ${PARAMS_EXCEPT_PUBLISH} ./version.sh ${VERSION} ${PARAMS_EXCEPT_PUBLISH} &
if [[ "$@" == *'--publish'* ]] if [[ "$@" == *'--publish'* ]]
then then