mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	make integration/verify script look for k8s under GOPATH
This commit is contained in:
		@@ -47,7 +47,7 @@ export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
 | 
			
		||||
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
 | 
			
		||||
export LOG_LEVEL=4
 | 
			
		||||
 | 
			
		||||
cd /go/src/k8s.io/kubernetes
 | 
			
		||||
cd "${GOPATH}/src/k8s.io/kubernetes"
 | 
			
		||||
 | 
			
		||||
make generated_files
 | 
			
		||||
go install ./cmd/...
 | 
			
		||||
 
 | 
			
		||||
@@ -38,6 +38,6 @@ export ARTIFACTS_DIR=${WORKSPACE}/artifacts
 | 
			
		||||
 | 
			
		||||
export LOG_LEVEL=4
 | 
			
		||||
 | 
			
		||||
cd /go/src/k8s.io/kubernetes
 | 
			
		||||
cd "${GOPATH}/src/k8s.io/kubernetes"
 | 
			
		||||
 | 
			
		||||
make verify
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user