Skip to content

Commit

Permalink
Update branch to target v12.1.0_beta
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoskuilen committed Dec 9, 2022
1 parent f617a97 commit 475c923
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildsys/bamboo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2986,7 +2986,7 @@ fi

# Which branches to use for each repo (default is devel)
if [[ ${SST_SQEBRANCH:+isSet} != isSet ]] ; then
SST_SQEBRANCH=devel
SST_SQEBRANCH=v12.1.0_beta
SST_SQEBRANCH="detached"
else
echo ' ' ; echo ' ' ; echo ' ' ; echo ' '
Expand All @@ -2997,23 +2997,23 @@ else
fi

if [[ ${SST_COREBRANCH:+isSet} != isSet ]] ; then
SST_COREBRANCH=devel
SST_COREBRANCH=v12.1.0_beta
fi

if [[ ${SST_ELEMENTSBRANCH:+isSet} != isSet ]] ; then
SST_ELEMENTSBRANCH=devel
SST_ELEMENTSBRANCH=v12.1.0_beta
fi

if [[ ${SST_MACROBRANCH:+isSet} != isSet ]] ; then
SST_MACROBRANCH=devel
SST_MACROBRANCH=v12.1.0_beta
fi

if [[ ${SST_EXTERNALELEMENTBRANCH:+isSet} != isSet ]] ; then
SST_EXTERNALELEMENTBRANCH=master
SST_EXTERNALELEMENTBRANCH=v12.1.0_beta
fi

if [[ ${SST_JUNOBRANCH:+isSet} != isSet ]] ; then
SST_JUNOBRANCH=master
SST_JUNOBRANCH=v12.1.0_beta
fi

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

0 comments on commit 475c923

Please sign in to comment.