Skip to content

Commit

Permalink
wip: temp
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko committed Oct 2, 2024
1 parent 7a9732a commit 2b30487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/prow-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export AWS_REGION=us-west-2
# Allow attempting using newer versions of K8s before kops releases catch up
export KOPS_RUN_TOO_NEW_VERSION=true

make cluster/create &
make cluster/create
PIDS[1]=$!
make cluster/image &
PIDS[2]=$!
Expand Down
2 changes: 1 addition & 1 deletion hack/tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function install_go() {
PACKAGE="${2}"

export GOBIN="${INSTALL_PATH}"
go install "${PACKAGE}"
go install "${PACKAGE}" -v -n -a
}

function install_pip() {
Expand Down

0 comments on commit 2b30487

Please sign in to comment.