Skip to content

Commit

Permalink
Update .github/scripts/publish-rhel.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Green <[email protected]>
  • Loading branch information
nishaatr and JackPGreen authored Jan 29, 2025
1 parent 6d78a28 commit 5f2fb31
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. See RedHat ticket https://connect.redhat.com/support/partner-acceleration-desk/#/case/04042093
Expand Down

0 comments on commit 5f2fb31

Please sign in to comment.