Skip to content

Commit

Permalink
Merge pull request #160 from pohly/prow-update-master
Browse files Browse the repository at this point in the history
update release-tools
  • Loading branch information
k8s-ci-robot authored Jul 16, 2019
2 parents cb185bd + d82429e commit ace52bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-tools/prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ start_cluster () {
tag="$(echo "${CSI_PROW_KUBERNETES_VERSION}" | sed -e 's/release-\(.*\)/v\1.0-release./')";;
*)
# We have to make something up. v1.0.0 did not work for some reasons.
tag="v1.14.0-";;
tag="v999.999.999-";;
esac
tag="$tag$(cd "$GOPATH/src/k8s.io/kubernetes" && git rev-list --abbrev-commit HEAD).csiprow"
(cd "$GOPATH/src/k8s.io/kubernetes" && run git tag -f "$tag") || die "git tag failed"
Expand Down

0 comments on commit ace52bc

Please sign in to comment.