diff options
author | Thom May <thom@chef.io> | 2017-04-28 08:41:34 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-04-28 08:50:02 +0100 |
commit | b9bdb2591939a900b10eeb910de2ee387ab8a3ac (patch) | |
tree | 4e6d4767f964e3232af86aa1daabf212d4e1b71b /ci | |
parent | 09994cadf6747f8765ce94f6d6687705a508bf32 (diff) | |
download | chef-b9bdb2591939a900b10eeb910de2ee387ab8a3ac.tar.gz |
Don't futz with bundle config
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/dependency_update.sh | 2 | ||||
-rwxr-xr-x | ci/version_bump.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/ci/dependency_update.sh b/ci/dependency_update.sh index 65b67be526..efc0b3ad2f 100755 --- a/ci/dependency_update.sh +++ b/ci/dependency_update.sh @@ -5,5 +5,3 @@ set -evx . ci/bundle_install.sh bundle exec rake dependencies_ci - -git checkout .bundle/config diff --git a/ci/version_bump.sh b/ci/version_bump.sh index 4b5ba5236b..0de6b8d40f 100755 --- a/ci/version_bump.sh +++ b/ci/version_bump.sh @@ -7,5 +7,3 @@ export LANG=en_US.UTF-8 . ci/bundle_install.sh bundle exec rake ci_version_bump - -git checkout .bundle/config |