Przeglądaj źródła

Clean Vagrantfile from vendoring

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Vincent Demeester 9 lat temu
rodzic
commit
02476b23a7
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      hack/.vendor-helpers.sh

+ 1 - 0
hack/.vendor-helpers.sh

@@ -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, '