mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Disable the vendor experiment in hack/verify-godeps.sh
This commit is contained in:
		@@ -18,6 +18,9 @@ set -o errexit
 | 
			
		||||
set -o nounset
 | 
			
		||||
set -o pipefail
 | 
			
		||||
 | 
			
		||||
# As of go 1.6, the vendor experiment is enabled by default.
 | 
			
		||||
export GO15VENDOREXPERIMENT=0
 | 
			
		||||
 | 
			
		||||
#### HACK ####
 | 
			
		||||
# Sometimes godep just can't handle things. This lets use manually put
 | 
			
		||||
# some deps in place first, so godep won't fall over.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user