mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Fix up for posix flags
This commit is contained in:
@@ -46,7 +46,7 @@ rm -rf ~/.kube*
|
||||
git clean -fdx
|
||||
|
||||
# Build
|
||||
go run ./hack/e2e.go -v -build
|
||||
go run ./hack/e2e.go -v --build
|
||||
|
||||
# Push to GCS
|
||||
./build/push-ci-build.sh
|
||||
|
@@ -77,8 +77,8 @@ if [[ ! -z ${E2E_SET_CLUSTER_API_VERSION:-} ]]; then
|
||||
export CLUSTER_API_VERSION=$(echo ${GITHASH} | cut -c 2-)
|
||||
fi
|
||||
|
||||
go run ./hack/e2e.go ${E2E_OPT} -v -down
|
||||
go run ./hack/e2e.go ${E2E_OPT} -v -up
|
||||
go run ./hack/e2e.go -v -ctl="version --match-server-version=false"
|
||||
go run ./hack/e2e.go ${E2E_OPT} --test -tap | tee ../e2e.${JOB_NAME}.${BUILD_NUMBER}.${GITHASH}.tap
|
||||
go run ./hack/e2e.go ${E2E_OPT} -v -down
|
||||
go run ./hack/e2e.go ${E2E_OPT} -v --down
|
||||
go run ./hack/e2e.go ${E2E_OPT} -v --up
|
||||
go run ./hack/e2e.go -v --ctl="version --match-server-version=false"
|
||||
go run ./hack/e2e.go ${E2E_OPT} --test --tap | tee ../e2e.${JOB_NAME}.${BUILD_NUMBER}.${GITHASH}.tap
|
||||
go run ./hack/e2e.go ${E2E_OPT} -v --down
|
||||
|
Reference in New Issue
Block a user