mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 04:54:47 +00:00
Avoid development group gems
This commit is contained in:
parent
35b795632b
commit
eaffc953f0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -10,7 +10,7 @@ pipeline {
|
||||
stages {
|
||||
stage('test') {
|
||||
steps {
|
||||
sh '. .env.sh && printenv && bundle'
|
||||
sh '. .env.sh && printenv && bundle install --without=development'
|
||||
sh '. .env.sh && bundle exec rake test'
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user