diff --git a/container/download-zlux.sh b/container/download-zlux.sh index 8e10839..25ca00a 100755 --- a/container/download-zlux.sh +++ b/container/download-zlux.sh @@ -25,7 +25,7 @@ for i in "${!URLS[@]}"; do # echo package zlux/"${PACKAGES[i]}".tar echo url "${URLS[i]}" - curl -s "${URLS[i]}" -o files/zlux/"${PACKAGES[i]}".tar && echo "${PACKAGES[i]} done" & + curl -sL "${URLS[i]}" -o files/zlux/"${PACKAGES[i]}".tar && echo "${PACKAGES[i]} done" & done wait diff --git a/container/pull-zowe-install-artifacts.sh b/container/pull-zowe-install-artifacts.sh index e82219a..37ce757 100755 --- a/container/pull-zowe-install-artifacts.sh +++ b/container/pull-zowe-install-artifacts.sh @@ -14,7 +14,7 @@ if [ -z "$ZLUX_BRANCH" ]; then echo " Default branch will be staging, to change branch please set environment ZLUX_BRANCH. Set with for example export ZLUX_BRANCH=..." - export ZLUX_BRANCH="v2.x/staging" + export ZLUX_BRANCH="v3.x/staging" fi set -e