Remove unneeded workaround
Now that the pull request has merged, this workaround is no longer needed. Change-Id: I6fce6eb13d3e7c8da9ed60a7b9226c6ddb740b2a
This commit is contained in:
parent
6e4e40a89c
commit
0f12203ac8
@ -52,13 +52,6 @@ fi
|
||||
wget https://git.openstack.org/cgit/openstack-infra/system-config/plain/install_puppet.sh
|
||||
sudo bash -xe install_puppet.sh
|
||||
|
||||
if [ "$THIN" = "false" ] ; then
|
||||
# Workaround necessary until this pull request:
|
||||
# https://github.com/puppetlabs/puppetlabs_spec_helper/pull/90
|
||||
# is merged.
|
||||
sudo gem install --version '~>2.99.0' rspec
|
||||
fi
|
||||
|
||||
sudo git clone --depth=1 $GIT_BASE/openstack-infra/system-config.git \
|
||||
/root/system-config
|
||||
sudo /bin/bash /root/system-config/install_modules.sh
|
||||
|
Loading…
Reference in New Issue
Block a user