Skip to content

Commit cb4b9ae

Browse files
committed
Set branches for 0.53
Signed-off-by: Peter Shipton <[email protected]>
1 parent 6797669 commit cb4b9ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

get_source.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ configure_defaults() {
7474
local openj9_branch=v0.53.0-release
7575
local omr_branch=v0.53.0-release
7676

77-
# If this repository is on a release branch, use the same branch names
78-
# for OpenJ9 and OMR.
79-
if [[ "$current_branch" =~ (ibm-)?(v[0-9]+\.[0-9]+(\.[0-9]+)?-release) ]] ; then
80-
openj9_branch="${BASH_REMATCH[2]}"
81-
omr_branch="${BASH_REMATCH[2]}"
82-
fi
83-
8477
# folder URL branch options
8578
# ------ --- ------ -------
8679
add_source openj9 https://github.com/eclipse-openj9/openj9.git $openj9_branch

0 commit comments

Comments
 (0)