Skip to content

Commit 373be74

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#35384 from mikedanese/disable
Automatic merge from submit-queue disable bazel build until we figure out what to do with mac
2 parents 1bd46e5 + ee15c80 commit 373be74

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

BUILD renamed to BUILD.disable

File renamed without changes.

hack/update-bazel.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ set -o errexit
1717
set -o nounset
1818
set -o pipefail
1919

20+
exit 0
21+
2022
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
2123

2224
go get -u github.com/mikedanese/gazel

hack/verify-bazel.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ set -o errexit
1717
set -o nounset
1818
set -o pipefail
1919

20+
exit 0
21+
2022
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
2123

2224
go get -u github.com/mikedanese/gazel
File renamed without changes.

0 commit comments

Comments
 (0)