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 ca389f6 commit ce8a74eCopy full SHA for ce8a74e
.github/workflows/pull_request.yml
@@ -43,6 +43,9 @@ jobs:
43
run: make update-bundle
44
- name: check bundle clean state
45
run: git add -A && git diff HEAD -I "operator-sdk-v" -I "createdAt" --exit-code
46
+ - if: ${{ failure() }}
47
+ name: print info
48
+ run: echo "::error::Bundle isn't in a clean state. Did you forget to run 'make update-bundle' ?"; exit 1
49
50
helm-check:
51
runs-on: ubuntu-latest
0 commit comments