Skip to content

Commit

Permalink
Update JCK repo default branch to 'main' (adoptium#4667)
Browse files Browse the repository at this point in the history
Internal infra 8166

Signed-off-by: Adam Brousseau <[email protected]>
  • Loading branch information
AdamBrousseau committed Jul 13, 2023
1 parent 73443d2 commit 5d30587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jck/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<isset property="isZOS"/>
</condition>

<condition property="jck_branch" value="${env.JCK_GIT_BRANCH}" else="master">
<condition property="jck_branch" value="${env.JCK_GIT_BRANCH}" else="main">
<isset property="env.JCK_GIT_BRANCH"/>
</condition>

Expand Down Expand Up @@ -176,7 +176,7 @@
<exec executable="git" dir="${JCK_ROOT_USED}" failonerror="true">
<arg value="reset" />
<arg value="--hard" />
<arg value="origin/master" />
<arg value="origin/main" />
</exec>
<exec executable="git" dir="${JCK_ROOT_USED}" failonerror="true">
<arg value="clean" />
Expand Down

0 comments on commit 5d30587

Please sign in to comment.