mirror of
https://github.com/docker/cli.git
synced 2026-09-24 23:41:10 -05:00
Clean Vagrantfile from vendoring
Signed-off-by: Vincent Demeester <vincent@sbr.pm> Upstream-commit: 02476b23a796bfc2c51413a62cfc6329d5fa88cb Component: engine
This commit is contained in:
@@ -140,6 +140,7 @@ clean() {
|
||||
|
||||
echo -n 'pruning unused files, '
|
||||
$find vendor -type f -name '*_test.go' -exec rm -v '{}' ';'
|
||||
$find vendor -type f -name 'Vagrantfile' -exec rm -v '{}' ';'
|
||||
|
||||
# These are the files that are left over after fix_rewritten_imports is run.
|
||||
echo -n 'pruning .orig files, '
|
||||
|
||||
Reference in New Issue
Block a user