mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #35384 from mikedanese/disable
Automatic merge from submit-queue disable bazel build until we figure out what to do with mac
This commit is contained in:
commit
373be74d75
@ -17,6 +17,8 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
||||||
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||||
|
|
||||||
go get -u github.com/mikedanese/gazel
|
go get -u github.com/mikedanese/gazel
|
||||||
|
@ -17,6 +17,8 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
||||||
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||||
|
|
||||||
go get -u github.com/mikedanese/gazel
|
go get -u github.com/mikedanese/gazel
|
||||||
|
Loading…
Reference in New Issue
Block a user