operator: Exit bundle action if uncommitted changes (#10013)

pull/10045/head
Periklis Tsirakidis 3 years ago committed by GitHub
parent 8aaf5c10a8
commit ab7854c381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/operator-bundle.yaml

@ -27,5 +27,5 @@ jobs:
- name: Install make
run: sudo apt-get install make
- name: make bundle
run: make bundle
run: make bundle-all && git diff --exit-code -I'^ createdAt: '
working-directory: ./operator

Loading…
Cancel
Save