Skip to content

Commit

Permalink
Merge branch 'DI-401-fix-rhel-issues' of github.com:hazelcast/hazelca…
Browse files Browse the repository at this point in the history
…st-docker into DI-401-fix-rhel-issues
  • Loading branch information
nishaatr committed Jan 29, 2025
2 parents 523bb31 + 5f2fb31 commit 346cc32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/publish-rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ function verify_no_unpublished_images() {
if [[ ${UNPUBLISHED_COUNT} == "0" ]]; then
echo "No unpublished images found for '${VERSION}' after cleanup"
return 0
else
echoerr "Exiting as found '${UNPUBLISHED_COUNT}' unblished images for '${VERSION}'"
return 1
fi

echoerr "Exiting as found '${UNPUBLISHED_COUNT}' unblished images for '${VERSION}'"
return 1
}

# Starts timer with default timeout of 4h. The scan/publish can take
Expand Down

0 comments on commit 346cc32

Please sign in to comment.