Update Jenkinsfile

This commit is contained in:
Bruck Wubete
2018-08-21 08:04:41 -08:00
committed by GitHub
parent 810b62f66e
commit 907b8e949e

2
Jenkinsfile vendored
View File

@ -31,7 +31,7 @@ volumes: [
stage('Test') {
container('ruby') {
sh "bundle install && bundle exec rubocop && bundle exec rspec"
sh "bundle install && bundle exec rubocop && bundle exec rspec "
}
}