Skip to content

Commit

Permalink
Don't verify redhat-appstudio/dance-bootstrap-app
Browse files Browse the repository at this point in the history
Since the Jenkins version of this is merged now, see [1], let's
merge this one also to be consistent.

(There should also be an upstream PR in the build-definitions repo
at some point.)

[1] redhat-appstudio/tssc-sample-jenkins#5

Ref: https://issues.redhat.com/browse/RHTAPBUGS-1284
  • Loading branch information
simonbaird committed Aug 8, 2024
1 parent c80a4be commit 401dd66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pac/tasks/gather-deploy-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ spec:
# don't check images that didn't change between the current revision and the target branch
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"
Expand Down

0 comments on commit 401dd66

Please sign in to comment.