change iso bucket to avoid collision

pull/10675/head
Sharif Elgamal 2021-03-04 10:08:19 -08:00
parent 0a26c1a6bf
commit c785ce3082
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if [[ -z $ISO_VERSION ]]; then
IV=$(egrep "ISO_VERSION \?=" Makefile | cut -d " " -f 3 | cut -d "-" -f 1)
now=$(date +%s)
export ISO_VERSION=$IV-$now-$ghprbPullId
export ISO_BUCKET=minikube-builds/$ghprbPullId
export ISO_BUCKET=minikube-builds/iso/$ghprbPullId
else
release=true
export ISO_VERSION