Skip to content

Commit

Permalink
- ci - bugfix - Fix package.json config-regression breaking ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhu256 committed Mar 25, 2024
1 parent daa56c6 commit a9b83f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jslint_ci.sh
Expand Up @@ -302,7 +302,7 @@ shCiArtifactUpload() {(set -e
git pull --unshallow origin "$GITHUB_BRANCH0"
# init $UPSTREAM_XXX
export UPSTREAM_REPOSITORY="$(node -p '(
/^https:\/\/github\.com\/([^\/]*?\/[^.]*?)\.git$/
/^(?:git\+)?https:\/\/github\.com\/([^\/]*?\/[^.]*?)\.git$/
).exec(require("./package.json").repository.url)[1]
')" # '
export UPSTREAM_GITHUB_IO="$(
Expand Down Expand Up @@ -666,7 +666,7 @@ shDirHttplinkValidate() {(set -e
export GITHUB_BRANCH0="${GITHUB_BRANCH0:-alpha}"
# init $UPSTREAM_XXX
export UPSTREAM_REPOSITORY="$(node -p '(
/^https:\/\/github\.com\/([^\/]*?\/[^.]*?)\.git$/
/^(?:git\+)?https:\/\/github\.com\/([^\/]*?\/[^.]*?)\.git$/
).exec(require("./package.json").repository.url)[1]
')" # '
export UPSTREAM_GITHUB_IO="$(
Expand Down

0 comments on commit a9b83f2

Please sign in to comment.