mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Clean Vagrantfile from vendoring
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
f81754811f
commit
02476b23a7
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ clean() {
|
||||||
|
|
||||||
echo -n 'pruning unused files, '
|
echo -n 'pruning unused files, '
|
||||||
$find vendor -type f -name '*_test.go' -exec rm -v '{}' ';'
|
$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.
|
# These are the files that are left over after fix_rewritten_imports is run.
|
||||||
echo -n 'pruning .orig files, '
|
echo -n 'pruning .orig files, '
|
||||||
|
|
Loading…
Reference in a new issue