Skip to content

Commit

Permalink
Merge pull request #133 from pohly/kubernetes-1.20-tag
Browse files Browse the repository at this point in the history
prow.sh: fix "on-master" prow jobs
  • Loading branch information
k8s-ci-robot committed Feb 1, 2021
2 parents 1d60e77 + 3e811d6 commit 1add8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ version_to_git () {
version="$1"
shift
case "$version" in
latest) echo "master";;
latest|master) echo "master";;
release-*) echo "$version";;
*) echo "v$version";;
esac
Expand Down

0 comments on commit 1add8c1

Please sign in to comment.