mirror of https://github.com/containers/podman.git
cirrus: check consitent vendoring in test/tools
Ensure nobody modifies files directly there. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
f4ad93d5f6
commit
ef20e75a77
|
@ -32,7 +32,8 @@ cd $CIRRUS_WORKING_DIR
|
|||
|
||||
# Note, make completions and make vendor will already be run in _run_build()
|
||||
# so do not run them again for no reason. This just makes CI slower.
|
||||
SUGGESTION="run 'make vendor' or 'make completions' and commit all changes" ./hack/tree_status.sh
|
||||
showrun make -C test/tools vendor
|
||||
SUGGESTION="run 'make vendor', 'make -C test/tools vendor' and 'make completions' and commit all changes" ./hack/tree_status.sh
|
||||
|
||||
showrun make .install.goimports
|
||||
showrun make generate-bindings
|
||||
|
|
Loading…
Reference in New Issue