Skip to content

Commit

Permalink
Rebuild controller-gen before creating manifests to make sure it's th…
Browse files Browse the repository at this point in the history
…e right version
  • Loading branch information
joelsmith committed Aug 12, 2024
1 parent b9b62b9 commit 56aa0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: make clientset-verify

- name: Verify generated Manifests are up to date
run: make verify-manifests
run: rm -f bin/controller-gen && make verify-manifests

- name: Build
run: make build
Expand Down

0 comments on commit 56aa0de

Please sign in to comment.