Skip to content

Commit ee15c80

Browse files
committed
disable bazel build
1 parent 1b618b4 commit ee15c80

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)