mirror of
https://github.com/containers/podman.git
synced 2025-05-21 09:05:56 +08:00
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:
@ -32,7 +32,8 @@ cd $CIRRUS_WORKING_DIR
|
|||||||
|
|
||||||
# Note, make completions and make vendor will already be run in _run_build()
|
# 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.
|
# 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 .install.goimports
|
||||||
showrun make generate-bindings
|
showrun make generate-bindings
|
||||||
|
Reference in New Issue
Block a user