From b33599db2bc84cc3700ffe60f8c96011ed476328 Mon Sep 17 00:00:00 2001 From: Neha Pansare Date: Thu, 22 Sep 2022 20:08:08 +0530 Subject: Update expeditor script updating versions in lock file to make updates in knife Gemfile.lock as well for CHef's latest version Signed-off-by: Neha Pansare --- .expeditor/update_version.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to '.expeditor') diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh index c8e71e5983..18599cc18a 100755 --- a/.expeditor/update_version.sh +++ b/.expeditor/update_version.sh @@ -27,5 +27,8 @@ sed -i -r "s/(^\s+chef-bin\s+.+)${ORIGINAL_VERSION}(.+)/\1${VERSION}\2/" Gemfile sed -i -r "s/(^\s+chef-config\s+.+)${ORIGINAL_VERSION}(.+)/\1${VERSION}\2/" Gemfile.lock sed -i -r "s/(^\s+chef-utils\s+.+)${ORIGINAL_VERSION}(.+)/\1${VERSION}\2/" Gemfile.lock +#Update the version in knife/Gemfile.lock +sed -i -r "s/(^\s+chef\s+.+)${ORIGINAL_VERSION}(.+)/\1${VERSION}\2/" knife/Gemfile.lock + # Once Expeditor finishes 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