Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 22, 2024
1 parent 2559fd5 commit 0650dc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/babel-plugin-canyon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-canyon",
"version": "1.8.78-beta.38",
"version": "1.8.78-beta.39",
"description": "",
"scripts": {
"release": "babel src --extensions \".ts\" --out-dir lib",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ function _getSlug(inputs: UploaderInputs): string {
if (args.slug !== '') return args.slug
const remoteAddr = envs.CI_BUILD_REPO || envs.CI_REPOSITORY_URL || ''
return (
envs.CI_PROJECT_PATH ||
envs.CI_PROJECT_ID
// remoteAddr||
// envs.CI_PROJECT_ID ||
// parseSlugFromRemoteAddr(remoteAddr) ||
''
// ''
)
}

Expand Down

0 comments on commit 0650dc6

Please sign in to comment.