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 @@ -302,7 +302,7 @@ shCiArtifactUpload() {(set -e
302
302
git pull --unshallow origin " $GITHUB_BRANCH0 "
303
303
# init $UPSTREAM_XXX
304
304
export UPSTREAM_REPOSITORY=" $( node -p ' (
305
- /^https:\/\/github\.com\/([^\/]*?\/[^.]*?)\.git$/
305
+ /^(?:git\+)? https:\/\/github\.com\/([^\/]*?\/[^.]*?)\.git$/
306
306
).exec(require("./package.json").repository.url)[1]
307
307
' ) " # '
308
308
export UPSTREAM_GITHUB_IO=" $(
@@ -666,7 +666,7 @@ shDirHttplinkValidate() {(set -e
666
666
export GITHUB_BRANCH0=" ${GITHUB_BRANCH0:- alpha} "
667
667
# init $UPSTREAM_XXX
668
668
export UPSTREAM_REPOSITORY=" $( node -p ' (
669
- /^https:\/\/github\.com\/([^\/]*?\/[^.]*?)\.git$/
669
+ /^(?:git\+)? https:\/\/github\.com\/([^\/]*?\/[^.]*?)\.git$/
670
670
).exec(require("./package.json").repository.url)[1]
671
671
' ) " # '
672
672
export UPSTREAM_GITHUB_IO=" $(
You can’t perform that action at this time.
0 commit comments