summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-09-09 17:17:39 -0700
committerMatt Wrock <matt@mattwrock.com>2016-09-09 17:17:39 -0700
commit3eae9b4b36db8972e0a7227d8adac02fb71ee995 (patch)
tree95579d674ef3e3ed4d0e80b2fac147daa50466fc
parent9876a73994ac277c1bd0ac45065731cc873f5b5d (diff)
downloadchef-fix_travis.tar.gz
try removing chef-server cachefix_travis
-rwxr-xr-xtasks/bin/run_external_test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/bin/run_external_test b/tasks/bin/run_external_test
index 74f76d3229..ad4e9b96a9 100755
--- a/tasks/bin/run_external_test
+++ b/tasks/bin/run_external_test
@@ -40,6 +40,7 @@ if [ -n "$PROJECT_BUNDLE_PATH" ]; then
export BUNDLE_PATH=$PROJECT_BUNDLE_PATH
fi
export BUNDLE_FROZEN=
+rm -rf /home/travis/build/chef/chef/vendor/bundle/cache/bundler/git/chef-server-*
bundle install
export BUNDLE_FROZEN=true