File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ function installFromZip
90
90
popd
91
91
}
92
92
# latest public GA version
93
- ANTCC_VERSION=${ANTCC_VERSION:- 10.3 -stable}
93
+ ANTCC_VERSION=${ANTCC_VERSION:- 10.4 -stable}
94
94
ANTCC_DISTRO=${ANTCC_DISTRO:- antcc-nojava}
95
- SAGCC_BRANCH=${SAGCC_BRANCH:- release/ 103oct2018 }
95
+ SAGCC_BRANCH=${SAGCC_BRANCH:- release/ 104apr2019 }
96
96
97
97
98
98
if [ " $IS_ANTCC_BUILDER " = " true" ]
107
107
URL=${CC_INSTALLER_URL:- http:// empowersdc.softwareag.com/ ccinstallers/ }
108
108
else
109
109
CC_INSTALLER=$ANTCC_DISTRO -$ANTCC_VERSION -any.zip
110
- URL=${ANTCC_INSTALLER_URL:- https:// github.com/ SoftwareAG/ sagdevops-antcc/ releases/ download/ v10.3-rc13 }
110
+ URL=${ANTCC_INSTALLER_URL:- https:// github.com/ SoftwareAG/ sagdevops-antcc/ releases/ download/ v10.4-rc }
111
111
fi
112
112
113
113
You can’t perform that action at this time.
0 commit comments