summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-04-28 08:41:34 +0100
committerThom May <thom@chef.io>2017-04-28 08:50:02 +0100
commitb9bdb2591939a900b10eeb910de2ee387ab8a3ac (patch)
tree4e6d4767f964e3232af86aa1daabf212d4e1b71b
parent09994cadf6747f8765ce94f6d6687705a508bf32 (diff)
downloadchef-b9bdb2591939a900b10eeb910de2ee387ab8a3ac.tar.gz
Don't futz with bundle config
Signed-off-by: Thom May <thom@chef.io>
-rwxr-xr-xci/dependency_update.sh2
-rwxr-xr-xci/version_bump.sh2
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