mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 05:02:50 +00:00
Merge pull request #1410 from eparis/no-build-integration
Allow option to not build cmd/integration
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user