Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(release): configure release stage to use git master
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Sep 27, 2017
1 parent 7a4618b commit 0cbadfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def cd (b){
}

stage('release'){
sh 'git checkout master'
def published = npmRelease{
branch = b
}
Expand Down

0 comments on commit 0cbadfd

Please sign in to comment.