Skip to content

Commit

Permalink
fix wrong openjdk checkout directory (adoptium#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
junyuanz1 committed Dec 18, 2020
1 parent 20a13c2 commit 9208f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openjdk/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<exec executable="git" failonerror="true">
<arg line="clone -q -b ${env.JDK_BRANCH} ${JDK_REPO_SPECIFIC} openjdktemp" />
</exec>
<exec executable="git" failonerror="true" dir="openjdk-jdk">
<exec executable="git" failonerror="true" dir="openjdktemp">
<arg line="checkout ${env.OPENJDK_SHA}" />
</exec>
</then>
Expand Down

0 comments on commit 9208f55

Please sign in to comment.