aboutsummaryrefslogtreecommitdiff
path: root/test-infra/S3Cachefile.json
blob: 90eae796dc7edc75d6ad20b67709b8c3d7b4d020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "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\""
    }
}