Skip to content

Commit d4a35a2

Browse files
Fix catalogd-crd-diff CI check
1 parent c637bb7 commit d4a35a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/catalogd-crd-diff.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ jobs:
1515

1616
- name: Run make verify-crd-compatibility
1717
working-directory: catalogd
18-
run: make verify-crd-compatibility CRD_DIFF_ORIGINAL_REF=${{ github.event.pull_request.base.sha }} CRD_DIFF_UPDATED_SOURCE="git://${{ github.event.pull_request.head.sha }}?path=config/base/crd/bases/olm.operatorframework.io_clustercatalogs.yaml"
19-
18+
run: |
19+
make verify-crd-compatibility \
20+
CRD_DIFF_ORIGINAL_REF=${{ github.event.pull_request.base.sha }} \
21+
CRD_DIFF_UPDATED_SOURCE=config/base/crd/bases/olm.operatorframework.io_clustercatalogs.yaml

0 commit comments

Comments
 (0)