forked from openshift/cloud-credential-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add verify steps to capture data needing updates
Can't figure out a way to get GNU Make to make sure that the update-vendored-crds target runs before the update-bindata target (every run of make seems to trigger the update-bindata steps very early no matter what). This means you need to run 'make update' twice. Once to generate bindata, then copy the vendored CRDS (then the bindata generation is potentially out of date), then a second time so that the early bindata generation catches the previous run's changes. This means someone will forget to do this (namely me). Add some verify target to catch these missing steps. Fix unreturned error.
- Loading branch information
Joel Diaz
committed
Jul 29, 2020
1 parent
17bd3ee
commit e57e6a3
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters