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" &&
340340# HACK: SciJava projects use SSH ([email protected] :...) for developerConnection.341341# The release:perform command wants to use the developerConnection URL when
342342# 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.
345345# This is OK, since release:perform does not need write access to the repo.
346346$DRY_RUN sed -i.bak -e
' s|^scm.url=scm\\:git\\:[email protected] \\:|scm.url=scm\\:git\\:https\\://github.com/|' release.properties
&& 347347$DRY_RUN rm release.properties.bak &&
You can’t perform that action at this time.
0 commit comments