We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c637bb7 commit d4a35a2Copy full SHA for d4a35a2
.github/workflows/catalogd-crd-diff.yaml
@@ -15,5 +15,7 @@ jobs:
15
16
- name: Run make verify-crd-compatibility
17
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
-
+ run: |
+ 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