Skip to content

Commit

Permalink
build: add build id to dialects
Browse files Browse the repository at this point in the history
  • Loading branch information
VitGottwald committed Jan 16, 2023
1 parent e89d7cd commit 262dd23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ pipeline {
}
steps {
container('node') {
dir('clients/cobol-lsp-vscode-extension') {
sh 'sed -i "s/\\"version\\": \\"\\(.*\\)\\"/\\"version\\": \\"\\1+$buildIdentifier\\"/g" package.json'
dir('clients') {
sh 'sed -i "s/\\"version\\": \\"\\(.*\\)\\"/\\"version\\": \\"\\1+$buildIdentifier\\"/g" */package.json'
}
}
}
Expand Down

0 comments on commit 262dd23

Please sign in to comment.