Commit 373be74d authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #35384 from mikedanese/disable

Automatic merge from submit-queue disable bazel build until we figure out what to do with mac
parents 1bd46e5a ee15c80d
......@@ -17,6 +17,8 @@ set -o errexit
set -o nounset
set -o pipefail
exit 0
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
go get -u github.com/mikedanese/gazel
......
......@@ -17,6 +17,8 @@ set -o errexit
set -o nounset
set -o pipefail
exit 0
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
go get -u github.com/mikedanese/gazel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment