diff --git a/scripts/jenkins/tool-rconnector-release-debian.sh b/scripts/jenkins/tool-rconnector-release-debian.sh index 87274f5..c4e1758 100755 --- a/scripts/jenkins/tool-rconnector-release-debian.sh +++ b/scripts/jenkins/tool-rconnector-release-debian.sh @@ -104,7 +104,7 @@ wget $CI_URL/$JENKINS_TASK_DEB/lastSuccessfulBuild/artifact/$JENKINS_TASK_DEB/${ wget $CI_URL/$JENKINS_TASK_MAC/lastSuccessfulBuild/artifact/${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Darwin.tar.gz [ $? != 0 ] && exit 1 -wget $CI_URL/$JENKINS_TASK_MAC/lastSuccessfulBuild/artifact/${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Source.tar.gz +wget $CI_URL/$JENKINS_TASK_MAC/lastSuccessfulBuild/artifact/${TOOL_NAME}-${BRANCH_TO_BUILD}-Source.tar.gz [ $? != 0 ] && exit 1