Skip to content

Commit

Permalink
Fixing the readme for the toit ovsx package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Lindstrøm committed Jun 18, 2021
1 parent 0332a5b commit b223a4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aws.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ pipeline {
}

withCredentials([string(credentialsId: 'leon-open-vsx-access-token', variable: 'OPEN_VSX_TOKEN')]) {
sh "yarn package"
sh 'yarn run ovsx publish --baseImagesUrl https://github.com/toitware/ide-tools/raw/master/vscode/ -p $OPEN_VSX_TOKEN toit-${BUILD_VERSION#v}.vsix'
sh 'yarn run ovsx publish --baseImagesUrl https://github.com/toitware/ide-tools/raw/master/vscode/ -p $OPEN_VSX_TOKEN'
}
}
}
Expand Down

0 comments on commit b223a4a

Please sign in to comment.