Skip to content

Commit

Permalink
[pre-commit]Run make bundle
Browse files Browse the repository at this point in the history
We noticed that make bundle can re-generate some of the manifests
causing local diffs in later stages. So to catch such re-generation
needs lets run it in pre-commit.
  • Loading branch information
gibizer committed May 28, 2024
1 parent e862d71 commit 4f32d9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ repos:
entry: make
args: ['operator-lint']
pass_filenames: false
- id: make-bundle
name: make-bundle
language: system
entry: make
args: ['bundle', 'VERSION=0.0.1']
pass_filenames: false

- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.1
Expand Down

0 comments on commit 4f32d9f

Please sign in to comment.