Skip to content

Commit

Permalink
baseImageUrl -> baseImagesUrl (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
lask authored Jun 17, 2021
1 parent f56761c commit 0d76f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ pipeline {
steps {
dir('vscode') {
withCredentials([string(credentialsId: 'leon-azure-access-token', variable: 'AZURE_TOKEN')]) {
sh "yarn run vsce publish --baseImageUrl https://github.com/toitware/ide-tools/raw/master/vscode/ -p $AZURE_TOKEN $BUILD_VERSION"
sh "yarn run vsce publish --baseImagesUrl https://github.com/toitware/ide-tools/raw/master/vscode/ -p $AZURE_TOKEN $BUILD_VERSION"
}

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

0 comments on commit 0d76f4b

Please sign in to comment.