diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-28 16:30:24 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-28 16:30:24 -0700 |
commit | 35f034a6b3c621fb1a3938e9885868ee8d670352 (patch) | |
tree | b971bb1e3bb16290ba19c107987cb0a5924a12a7 /.expeditor | |
parent | 02bab4eb34eded57dfb6fed0cd6c6aaed3f84ea2 (diff) | |
download | chef-35f034a6b3c621fb1a3938e9885868ee8d670352.tar.gz |
Stop bumping chef deps in the knife gemfile.lock
We don't have one anymore
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rwxr-xr-x | .expeditor/update_version.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh index a6a2c6461d..95840cadfc 100755 --- a/.expeditor/update_version.sh +++ b/.expeditor/update_version.sh @@ -22,9 +22,5 @@ sed -i -r "s/VersionString\.new\(\".+\"\)/VersionString.new(\"${VERSION}\")/" li # Update the version inside Gemfile.lock bundle update chef chef-config chef-utils --jobs=7 --conservative -# Same for knife. -cd knife -bundle update chef chef-config chef-utils --jobs=7 --conservative - # 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. |