Skip to content

Commit 0c0dc30

Browse files
committed
prow.sh: tag master images with a large version number
1 parent 4e31f07 commit 0c0dc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ start_cluster () {
485485
tag="$(echo "${CSI_PROW_KUBERNETES_VERSION}" | sed -e 's/release-\(.*\)/v\1.0-release./')";;
486486
*)
487487
# We have to make something up. v1.0.0 did not work for some reasons.
488-
tag="v1.14.0-";;
488+
tag="v999.999.999-";;
489489
esac
490490
tag="$tag$(cd "$GOPATH/src/k8s.io/kubernetes" && git rev-list --abbrev-commit HEAD).csiprow"
491491
(cd "$GOPATH/src/k8s.io/kubernetes" && run git tag -f "$tag") || die "git tag failed"

0 commit comments

Comments
 (0)