mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	Enable update-bazel.sh outside of GOPATH
This commit is contained in:
		| @@ -25,11 +25,11 @@ export GOBIN="${KUBE_OUTPUT_BINPATH}" | |||||||
| PATH="${GOBIN}:${PATH}" | PATH="${GOBIN}:${PATH}" | ||||||
|  |  | ||||||
| # Install tools we need, but only from vendor/... | # Install tools we need, but only from vendor/... | ||||||
| pushd "${KUBE_ROOT}/vendor" | pushd "${KUBE_ROOT}" >/dev/null | ||||||
|   go install ./github.com/bazelbuild/bazel-gazelle/cmd/gazelle |   GO111MODULE=on GOFLAGS=-mod=vendor go install github.com/bazelbuild/bazel-gazelle/cmd/gazelle | ||||||
|   go install ./github.com/bazelbuild/buildtools/buildozer |   GO111MODULE=on GOFLAGS=-mod=vendor go install github.com/bazelbuild/buildtools/buildozer | ||||||
|   go install ./k8s.io/repo-infra/cmd/kazel |   GO111MODULE=on GOFLAGS=-mod=vendor go install k8s.io/repo-infra/cmd/kazel | ||||||
| popd | popd >/dev/null | ||||||
|  |  | ||||||
| # Find all of the staging repos. | # Find all of the staging repos. | ||||||
| while IFS='' read -r repo; do staging_repos+=("${repo}"); done <\ | while IFS='' read -r repo; do staging_repos+=("${repo}"); done <\ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jordan Liggitt
					Jordan Liggitt