We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9732a commit 138e59bCopy full SHA for 138e59b
hack/e2e/create-cluster.sh
@@ -21,6 +21,8 @@
21
22
set -euo pipefail
23
24
+echo "test"
25
+
26
BASE_DIR="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
27
BIN="${BASE_DIR}/../../bin"
28
hack/prow-e2e.sh
@@ -74,7 +74,7 @@ export AWS_REGION=us-west-2
74
# Allow attempting using newer versions of K8s before kops releases catch up
75
export KOPS_RUN_TOO_NEW_VERSION=true
76
77
-make cluster/create &
+make cluster/create
78
PIDS[1]=$!
79
make cluster/image &
80
PIDS[2]=$!
0 commit comments