Skip to content

Commit

Permalink
use v10.4-rc and branch 104apr2019
Browse files Browse the repository at this point in the history
  • Loading branch information
bpaskalev authored Oct 15, 2018
1 parent 1751ef2 commit aac1d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootstrap/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ function installFromZip
popd
}
# latest public GA version
ANTCC_VERSION=${ANTCC_VERSION:-10.3-stable}
ANTCC_VERSION=${ANTCC_VERSION:-10.4-stable}
ANTCC_DISTRO=${ANTCC_DISTRO:-antcc-nojava}
SAGCC_BRANCH=${SAGCC_BRANCH:-release/103oct2018}
SAGCC_BRANCH=${SAGCC_BRANCH:-release/104apr2019}


if [ "$IS_ANTCC_BUILDER" = "true" ]
Expand All @@ -107,7 +107,7 @@ then
URL=${CC_INSTALLER_URL:-http://empowersdc.softwareag.com/ccinstallers/}
else
CC_INSTALLER=$ANTCC_DISTRO-$ANTCC_VERSION-any.zip
URL=${ANTCC_INSTALLER_URL:-https://github.com/SoftwareAG/sagdevops-antcc/releases/download/v10.3-rc13}
URL=${ANTCC_INSTALLER_URL:-https://github.com/SoftwareAG/sagdevops-antcc/releases/download/v10.4-rc}
fi


Expand Down

0 comments on commit aac1d3d

Please sign in to comment.