From 53f04e42c323cc5cb35c8b2fa79dc97b19ea820e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 19 Dec 2023 19:10:53 +0900 Subject: [PATCH] Drop unnecessary modification of Gemfile The modification is no longer required since [1] was merged. [1] ce0ca3e42b0bc30ace835d5e9e98491a1fdca105 Change-Id: Ic1ec1a36fc8195a37204107cdf2dc707ec31e013 --- functions | 7 ------- 1 file changed, 7 deletions(-) diff --git a/functions b/functions index 2c1a6a9..c63a329 100644 --- a/functions +++ b/functions @@ -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 <