From 3cc25428be29cb65fcf384ea4a9516c152c1ad78 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Aug 2015 23:00:18 -0700 Subject: rm broken bundle update task & defunct custom RubyGem caching scheme [skip sauce] --- test-infra/S3Cachefile.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test-infra/S3Cachefile.json') diff --git a/test-infra/S3Cachefile.json b/test-infra/S3Cachefile.json index 90eae796d..5cda49a44 100644 --- a/test-infra/S3Cachefile.json +++ b/test-infra/S3Cachefile.json @@ -3,10 +3,5 @@ "key": "./npm-shrinkwrap.json", "cache": "../node_modules", "generate": "./uncached-npm-install.sh" - }, - "rubygems": { - "key": "$BUNDLE_GEMFILE", - "cache": "../vendor/cache", - "generate": "cd .. ; bundle install --path=\"`pwd`/vendor/cache\"" } } -- cgit v1.2.3