aboutsummaryrefslogtreecommitdiff
path: root/test-infra/S3Cachefile.json
diff options
context:
space:
mode:
Diffstat (limited to 'test-infra/S3Cachefile.json')
-rw-r--r--test-infra/S3Cachefile.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/test-infra/S3Cachefile.json b/test-infra/S3Cachefile.json
deleted file mode 100644
index 90eae796d..000000000
--- a/test-infra/S3Cachefile.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "npm-modules": {
- "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\""
- }
-}