From 43ce817abbc69cfed03c72e24f68fcf1945441df Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 19 Mar 2019 09:58:31 -0700 Subject: Attempt a convervative bundle update when bumpin chef versions This should keep out other deps. Signed-off-by: Tim Smith --- .expeditor/update_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.expeditor/update_version.sh') diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh index 222ae5cf27..18c4a75747 100755 --- a/.expeditor/update_version.sh +++ b/.expeditor/update_version.sh @@ -15,7 +15,7 @@ sed -i -r "s/^(\s*)VERSION = \".+\"/\1VERSION = \"$(cat VERSION)\"/" chef-config sed -i -r "s/VersionString\.new\(\".+\"\)/VersionString.new(\"$(cat VERSION)\")/" lib/chef/version.rb # Update the version inside Gemfile.lock -bundle update chef chef-config --jobs=7 +bundle update chef chef-config --jobs=7 --conservative # Once Expeditor finshes executing this script, it will commit the changes and push # the commit as a new tag corresponding to the value in the VERSION file. -- cgit v1.2.1