Drop unnecessary modification of Gemfile

The modification is no longer required since [1] was merged.

[1] ce0ca3e42b0bc30ace835d5e9e98491a1fdca105

Change-Id: Ic1ec1a36fc8195a37204107cdf2dc707ec31e013
This commit is contained in:
Takashi Kajinami
2023-12-19 19:10:53 +09:00
parent 7d60ef33c6
commit 53f04e42c3

View File

@@ -17,13 +17,6 @@ install_gems() {
fi
cd openstack/puppet-nova
# Modify Gemfile to use local library and not the one on git
# so we can actually test the current state of the gem.
sed -i -e "s|\('puppet-openstack_spec_helper',.*\) \(:git\).*|\1 :path => '../..'|g" Gemfile
# NOTE(aschultz): in order for this to work we need to nuke the branch line
# since we're replacing the repository with a path
sed -i "/.*(ref|branch)[[:space:]]*=> 'stable\/.*/d" Gemfile
# Install dependencies
ruby <<EOF
cmd = 'gem install bundler --no-document --verbose --bindir=${GEM_BIN_DIR}'