Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored May 16, 2018
1 parent a33dc80 commit 0bc0dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ node {
sh 'go install'
}
}
if ("$PUBLISH_NPM_PACKAGE") {
if ("$PUBLISH_NPM_PACKAGE".toBoolean()) {
print "publishing npm package"
publishNpmPackage()
} else {
Expand Down

0 comments on commit 0bc0dbc

Please sign in to comment.