Skip to content

Commit ce8a74e

Browse files
authored
Improve bundle clean message (#2043)
1 parent ca389f6 commit ce8a74e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
run: make update-bundle
4444
- name: check bundle clean state
4545
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
4649

4750
helm-check:
4851
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)