Merge "Exclude development dependencies"

This commit is contained in:
Zuul 2022-04-18 21:12:07 +00:00 committed by Gerrit Code Review
commit 1483b1d1d5
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ cmd = 'gem install bundler --no-document --verbose --bindir=${GEM_BIN_DIR}'
cmd += ' -v 2.2.11'
system(cmd)
EOF
$GEM_HOME/bin/bundle install
$GEM_HOME/bin/bundle install --without development,system_tests --retry 3
}