Skip to content

Commit

Permalink
Merge pull request #1568 from metal3-io-bot/cherry-pick-1563-to-relea…
Browse files Browse the repository at this point in the history
…se-1.6

🌱 remove ironic image related checks in verify-release.sh
  • Loading branch information
metal3-io-bot authored Apr 1, 2024
2 parents 265d4e4 + a2af735 commit 44c0169
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hack/verify-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ declare -a release_note_strings=(
# required strings that are postfixed with correct release number
declare -a release_note_tag_strings=(
"The image for this release is: v${VERSION}"
"Ironic image tag is capm3-v${VERSION}"
"Mariadb image tag is capm3-v${VERSION}"
)

Expand All @@ -105,7 +104,6 @@ declare -a release_artefacts=(
# quay images
declare -a container_images=(
"${ORG}/cluster-api-provider-metal3:v${VERSION}"
"${ORG}/ironic:capm3-v${VERSION}"
"${ORG}/mariadb:capm3-v${VERSION}"
)

Expand Down

0 comments on commit 44c0169

Please sign in to comment.