Pin bundler in puppet-lint and -syntax jobs
Fix the puppet-lint and puppet-syntax jobs for the same reasons as in 656a86b2. Change-Id: I0767b9379a63732c2001b01b528cbc770c68ef06
This commit is contained in:
parent
15b4de53e9
commit
0e242cdf50
@ -87,7 +87,7 @@
|
||||
mkdir .bundled_gems
|
||||
export GEM_HOME=`pwd`/.bundled_gems
|
||||
if [ -f Gemfile ]; then
|
||||
gem install bundler --no-rdoc --no-ri --verbose
|
||||
gem install bundler --no-rdoc --no-ri --verbose --version '<2.0.0'
|
||||
$GEM_HOME/bin/bundle install --without system_tests
|
||||
$GEM_HOME/bin/bundle exec rake lint 2>&1
|
||||
else
|
||||
|
@ -73,7 +73,7 @@
|
||||
export PUPPET_GEM_VERSION='~> 3'
|
||||
mkdir .bundled_gems
|
||||
export GEM_HOME=`pwd`/.bundled_gems
|
||||
gem install bundler --no-rdoc --no-ri --verbose
|
||||
gem install bundler --no-rdoc --no-ri --verbose --version '<2.0.0'
|
||||
$GEM_HOME/bin/bundle install --retry 3
|
||||
# FUTURE_PARSER=yes is only supported by Puppet 3.x
|
||||
if [ "3" -lt "4" ]; then
|
||||
|
@ -73,7 +73,7 @@
|
||||
export PUPPET_GEM_VERSION='~> 4'
|
||||
mkdir .bundled_gems
|
||||
export GEM_HOME=`pwd`/.bundled_gems
|
||||
gem install bundler --no-rdoc --no-ri --verbose
|
||||
gem install bundler --no-rdoc --no-ri --verbose --version '<2.0.0'
|
||||
$GEM_HOME/bin/bundle install --retry 3
|
||||
# FUTURE_PARSER=yes is only supported by Puppet 3.x
|
||||
if [ "4" -lt "4" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user