Skip to content

Commit 0c6f8b7

Browse files
committed
revert: "ci: fix verdaccio in CodeBuild"
Refs: 4bbf6f9
1 parent 4bbf6f9 commit 0c6f8b7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

util/local_verdaccio_publish

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ const args = [
3737
'--no-verify-access',
3838
'--force-publish'
3939
]
40-
41-
if ("CODEBUILD_RESOLVED_SOURCE_VERSION" in process.env) {
42-
args.push('--git-head ${CODEBUILD_RESOLVED_SOURCE_VERSION}')
43-
}
44-
4540
spawn('npx', args, pipeStdIo)
4641
.on('close', (code) => {
4742
// The above command will make some modifications,
@@ -57,4 +52,4 @@ spawn('npx', args, pipeStdIo)
5752
// we need to forward this.
5853
// Otherwise the entire CI build may think that things succeeded.
5954
if (code !== 0) throw Error(`Exit code: ${code}`)
60-
})
55+
})

0 commit comments

Comments
 (0)