Skip to content

Commit

Permalink
Merge pull request #5 from simonbaird/dont-gather-dance-bootstrap-ima…
Browse files Browse the repository at this point in the history
…ge-alternate

Don't verify redhat-appstudio/dance-bootstrap-app
  • Loading branch information
jduimovich authored Aug 8, 2024
2 parents 1bfa681 + 495a0a5 commit a95cbc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/gather-deploy-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ function get-images-per-env() {
continue
fi
fi

# Workaround for RHTAPBUGS-1284
if [[ "$image" =~ "quay.io/redhat-appstudio/dance-bootstrap-app" ]]; then
# Don't check the dance-bootstrap-app image
continue
fi

printf "%s\n" "$image"
done | sort -u > "$IMAGES_FILE"
Expand Down

0 comments on commit a95cbc5

Please sign in to comment.