Skip to content

Commit

Permalink
OLM lane: ignore createdAt diff
Browse files Browse the repository at this point in the history
This commit adds a workaround for avoiding the ci failure
for updated createdAt value in the CSV.

This is a known issue disscussed here:
operator-framework/operator-sdk#6285

Signed-off-by: liornoy <[email protected]>
  • Loading branch information
liornoy authored and mlguerrero12 committed Mar 28, 2023
1 parent 8717fa7 commit d1610b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/olm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Verify release bundle manifests
run: |
make bundle-release
git diff --exit-code
git diff --exit-code --quiet -I'^ createdAt: ' bundle
- name: Create and set up K8s Kind Cluster
run: |
Expand Down

0 comments on commit d1610b1

Please sign in to comment.