forked from External/greenlight
Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 "
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user