Skip to content

Commit

Permalink
Fix release branch specification for SQE, external-element, and Juno
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Apr 21, 2023
1 parent bfd0f24 commit 8847d00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions buildsys/bamboo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2367,7 +2367,6 @@ fi
# Which branches to use for each repo (default is devel)
if [[ ${SST_SQEBRANCH:+isSet} != isSet ]] ; then
SST_SQEBRANCH="v13.0.0_beta"
SST_SQEBRANCH="detached"
else
echo ' ' ; echo ' ' ; echo ' ' ; echo ' '
echo " Attempting to set SQE branch other than devel"
Expand All @@ -2389,11 +2388,11 @@ if [[ ${SST_MACROBRANCH:+isSet} != isSet ]] ; then
fi

if [[ ${SST_EXTERNALELEMENTBRANCH:+isSet} != isSet ]] ; then
SST_EXTERNALELEMENTBRANCH=master
SST_EXTERNALELEMENTBRANCH="v13.0.0_beta"
fi

if [[ ${SST_JUNOBRANCH:+isSet} != isSet ]] ; then
SST_JUNOBRANCH=master
SST_JUNOBRANCH="v13.0.0_beta"
fi

echo "#############################################################"
Expand Down

0 comments on commit 8847d00

Please sign in to comment.