Skip to content

Commit

Permalink
testing 09
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Oct 21, 2024
1 parent dbf0aeb commit bb6c669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
image=`make print-bundle-image`
echo image=$image >> $GITHUB_OUTPUT
- name: Verify referenced bundle has previously been built
if: !contains(needs.build-bundle.outputs.build-tags, steps.operator-bundle.outputs.image) }}
if: ${{ ! contains(needs.build-bundle.outputs.build-tags, steps.operator-bundle.outputs.image) }}
run: exit 1
- name: Run make catalog-build
run: make catalog-build
Expand Down

0 comments on commit bb6c669

Please sign in to comment.