Skip to content

Commit fdc272f

Browse files
committed
let-jenkins-release.sh: simplify repository URLs
We updated the Release-Version Jenkins job to have simpler repository URLs in the case of GitHub (which as of this writing, is all of the projects). They are now simply <org>/<repo>, which the Jenkins job assumes to be projects on GitHub.
1 parent 1240054 commit fdc272f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

let-jenkins-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ git@github.com:*|github.com:*|github:*)
3535
esac
3636
repo=${repo%/}
3737
repo=${repo%.git}
38-
repository_url=${repo##*/}-github:$repo
38+
repository_url=$repo
3939

4040
test refs/heads/master = "$(git rev-parse --symbolic-full-name HEAD)" ||
4141
die "Not on master branch!"

0 commit comments

Comments
 (0)