Skip to content

Commit d0f1f11

Browse files
committed
Fix typo in npm-install condition for ovsx installation.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent cb39f82 commit d0f1f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ node('rhel8'){
9292
unstash 'vsix'
9393
def vsix = findFiles(glob: '**.vsix')
9494
// Open-vsx Marketplace
95-
sh 'npm install -g "ovsx<0.3.0"'
95+
sh 'npm install -g "ovsx@<0.3.0"'
9696
withCredentials([[$class: 'StringBinding', credentialsId: 'open-vsx-access-token', variable: 'OVSX_TOKEN']]) {
9797
sh 'ovsx publish -p ${OVSX_TOKEN}' + " ${vsix[0].path}"
9898
}

0 commit comments

Comments
 (0)