Skip to content

Commit 0677851

Browse files
committed
OLM lane: ignore createdAt diff
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 <lnoy@redhat.com>
1 parent a666e5d commit 0677851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/olm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Verify release bundle manifests
4949
run: |
5050
make bundle-release
51-
git diff --exit-code
51+
git diff --exit-code --quiet -I'^ createdAt: ' bundle
5252
5353
- name: Create and set up K8s Kind Cluster
5454
run: |

0 commit comments

Comments
 (0)