Skip to content

Commit 9a06fc5

Browse files
committed
Fix typo in npm-install condition for ovsx installation.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent b2b9b24 commit 9a06fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ node('rhel8'){
100100
}
101101

102102
// Open-vsx Marketplace
103-
sh 'npm install -g "ovsx<0.3.0"'
103+
sh 'npm install -g "ovsx@<0.3.0"'
104104
withCredentials([[$class: 'StringBinding', credentialsId: 'open-vsx-access-token', variable: 'OVSX_TOKEN']]) {
105105
sh 'ovsx publish -p ${OVSX_TOKEN}' + " ${vsix[0].path}"
106106
}

0 commit comments

Comments
 (0)