Skip to content

Commit

Permalink
fix: Correct missing mkdir in Jenkinsfile
Browse files Browse the repository at this point in the history
The previous release failed due to this mistake.  Correcting.
  • Loading branch information
darinspivey committed Sep 22, 2020
1 parent 42da5b4 commit 380cc94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ pipeline {
}

steps {
sh 'mkdir -p .npm'
sh "git checkout -b ${GIT_BRANCH} origin/${GIT_BRANCH}"

versioner(
Expand Down

0 comments on commit 380cc94

Please sign in to comment.