mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #1410 from eparis/no-build-integration
Allow option to not build cmd/integration
This commit is contained in:
commit
e08dc20183
@ -28,7 +28,10 @@ function cleanup()
|
||||
|
||||
# Stop right away if the build fails
|
||||
set -e
|
||||
$(dirname $0)/build-go.sh cmd/integration
|
||||
|
||||
if [[ -z $KUBE_NO_BUILD_INTEGRATION ]]; then
|
||||
$(dirname $0)/build-go.sh cmd/integration
|
||||
fi
|
||||
|
||||
start_etcd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user