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 From fd00c178c3af8855bb11c2869c241fae6ce3f662 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 6 Sep 2015 12:42:39 +0300 Subject: Remove the now unused test-infra files. --- test-infra/S3Cachefile.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test-infra/S3Cachefile.json (limited to 'test-infra/S3Cachefile.json') diff --git a/test-infra/S3Cachefile.json b/test-infra/S3Cachefile.json deleted file mode 100644 index 5cda49a44..000000000 --- a/test-infra/S3Cachefile.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "npm-modules": { - "key": "./npm-shrinkwrap.json", - "cache": "../node_modules", - "generate": "./uncached-npm-install.sh" - } -} -- cgit v1.2.3