Skip to content

Commit

Permalink
Fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 20, 2023
1 parent d9cec3b commit 721fdb3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ for v in 8 11 17; do
--trust-builder --verbose \
--env BP_JVM_VERSION=$v "$REPO:$TAG-jdk$v"
RC=$?
if ((RC == 0)); then
break;
fi
if((RC != 0)); then
exit $RC
fi
Expand Down

0 comments on commit 721fdb3

Please sign in to comment.