mirror of https://github.com/k3s-io/k3s
disable bazel build
parent
1b618b473f
commit
ee15c80de2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue