Skip to content

Commit

Permalink
ci: Update generated source code (#160)
Browse files Browse the repository at this point in the history
Generated SDK source code using:
- Generator version 3.26.0
- Specification version 1.0.0-dev0.0.30
- Automation (cloudant-sdks) version 5ebd6d6
  • Loading branch information
cloudant-sdks-automation authored Feb 12, 2021
1 parent b2ff2d8 commit 5678eae
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 @@ -169,7 +169,7 @@ void applyCustomizations() {
libName = 'node'
bumpVersion = { isDevRelease ->
// Get the dependencies
sh 'npm install'
sh 'npm ci'
// Update to the next patch version
sh "npm version ${isDevRelease ? '--no-git-tag-version' : '-m "Update version -> %s"'} patch"
// Set env variable version from package.json
Expand All @@ -184,7 +184,7 @@ void applyCustomizations() {
}

void runTests() {
sh 'npm install'
sh 'npm ci'
sh 'npm test'
}

Expand Down

0 comments on commit 5678eae

Please sign in to comment.