File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949DEPS_CENTOS=$DEPS_CENTOS$DEPS_CENTOS_PRIOR_TO_9
5050DEPS_CENTOS8=$DEPS_CENTOS8$DEPS_CENTOS_PRIOR_TO_9
5151
52- MYMVN_URL=' https://dlcdn.apache.org/maven/maven-3/3.9.11 /binaries/apache-maven-3.9.11 -bin.tar.gz'
52+ MYMVN_URL=' https://dlcdn.apache.org/maven/maven-3/3.9.12 /binaries/apache-maven-3.9.12 -bin.tar.gz'
5353
5454MYTMPDIR=' .tmp'
5555MYCODECOV=" $MYTMPDIR /codecov.sh"
@@ -394,7 +394,7 @@ if [ x"$BUILD_OS_NAME" = x'linux' ]; then
394394 fi
395395 if [ x" $DISTRO " = x' centos' -o x" $DISTRO $VER " = x' ubuntu 14.04' ]; then
396396 mkdir -p " $MYTMPDIR "
397- curl --retry 3 -S -o " $MYMVNTAR " " $MYMVN_URL "
397+ curl --retry 3 -f -L - S -o " $MYMVNTAR " " $MYMVN_URL "
398398 if [ x" $DISTRO $VER " = x' centos 5' ]; then
399399 # Download here as curl/openssl and root certs are dated on centos5,
400400 # and https downloads don't work.
You can’t perform that action at this time.
0 commit comments