Skip to content

Commit 138e59b

Browse files
committed
wip: temp
1 parent 7a9732a commit 138e59b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hack/e2e/create-cluster.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
set -euo pipefail
2323

24+
echo "test"
25+
2426
BASE_DIR="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
2527
BIN="${BASE_DIR}/../../bin"
2628

hack/prow-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export AWS_REGION=us-west-2
7474
# Allow attempting using newer versions of K8s before kops releases catch up
7575
export KOPS_RUN_TOO_NEW_VERSION=true
7676

77-
make cluster/create &
77+
make cluster/create
7878
PIDS[1]=$!
7979
make cluster/image &
8080
PIDS[2]=$!

0 commit comments

Comments
 (0)