File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -340,8 +340,8 @@ test -n "$tag" &&
340
340
# HACK: SciJava projects use SSH (git@github.com:...) for developerConnection.
341
341
# The release:perform command wants to use the developerConnection URL when
342
342
# checking out the release tag. But reading from this URL requires credentials
343
- # which we would rather Travis not need . So we replace the scm.url in the
344
- # release.properties file to use the public (https://github.com/...) URL.
343
+ # which the CI system typically does not have . So we replace the scm.url in
344
+ # the release.properties file to use the public (https://github.com/...) URL.
345
345
# This is OK, since release:perform does not need write access to the repo.
346
346
$DRY_RUN sed -i.bak -e ' s|^scm.url=scm\\:git\\:git@github.com\\:|scm.url=scm\\:git\\:https\\://github.com/|' release.properties &&
347
347
$DRY_RUN rm release.properties.bak &&
You can’t perform that action at this time.
0 commit comments