diff options
author | John Keiser <john@johnkeiser.com> | 2016-06-06 16:37:21 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-06-06 16:37:21 -0700 |
commit | 9e4dbf391f62df449fbe8c99e3d1777cbb7f6ccf (patch) | |
tree | c7b20aeba8aa67fb91dc5af1e331ad9e9f68d460 /ci/version_bump.sh | |
parent | 7d7f26e3fef8110b159a009587afcd882c6adb81 (diff) | |
download | chef-9e4dbf391f62df449fbe8c99e3d1777cbb7f6ccf.tar.gz |
Install fewer binary dependencies and dependencies in generaljk/install-less-stuff
when bumping version and updating dependencies
Diffstat (limited to 'ci/version_bump.sh')
-rwxr-xr-x | ci/version_bump.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/version_bump.sh b/ci/version_bump.sh index bd365c712c..dd53cebfd5 100755 --- a/ci/version_bump.sh +++ b/ci/version_bump.sh @@ -5,3 +5,5 @@ set -evx . ci/bundle_install.sh bundle exec rake version:bump + +git checkout .bundle/config |