Skip to content

Commit

Permalink
disable yarn progress bar [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jan 26, 2019
1 parent 49d8c52 commit 7bacf18
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 @@ -26,7 +26,7 @@ pipeline {
stage('Install') {
steps {
nodejs('node8') {
sh 'yarn --cache-folder=.cache/yarn --pure-lockfile'
sh 'yarn --no-progress --cache-folder=.cache/yarn --pure-lockfile'
}
}
}
Expand Down

0 comments on commit 7bacf18

Please sign in to comment.