Calculate OS_ARCH, as the variable doesn't exist in this context

pull/5622/head
Thomas Stromberg 2019-10-14 14:37:03 -07:00
parent 2a5174ad41
commit a4e8b63de9
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ declare -rx TAG="${ghprbActualCommit}"
docker kill $(docker ps -q) || true docker kill $(docker ps -q) || true
docker rm $(docker ps -aq) || true docker rm $(docker ps -aq) || true
make -j 16 all && failed=$? || failed=$? make -j 16 all && failed=$? || failed=$?
"out/minikube-${OS_ARCH}" version
"out/minikube-$(go env GOOS)-$(go env GOARCH)" version
gsutil cp "gs://${bucket}/logs/index.html" \ gsutil cp "gs://${bucket}/logs/index.html" \
"gs://${bucket}/logs/${ghprbPullId}/index.html" "gs://${bucket}/logs/${ghprbPullId}/index.html"