Disable CircleCI cache (#1938)

See #1937
This commit is contained in:
Paul Melnikow
2018-08-18 10:34:48 -04:00
committed by GitHub
parent 96188c2f01
commit 544d2c538a

View File

@@ -32,6 +32,12 @@ jobs:
- restore_cache:
key: v1-dependencies-{{ checksum "package.json" }}
# https://github.com/badges/shields/issues/1937
key: v1-dependencies-
- run:
name: Install dependencies
command: npm install
- run:
name: Linter
@@ -62,6 +68,12 @@ jobs:
- restore_cache:
key: v1-dependencies-{{ checksum "package.json" }}
# https://github.com/badges/shields/issues/1937
key: v1-dependencies-
- run:
name: Install dependencies
command: npm install
- run:
name: Linter
@@ -92,6 +104,12 @@ jobs:
- restore_cache:
key: v1-dependencies-{{ checksum "package.json" }}
# https://github.com/badges/shields/issues/1937
key: v1-dependencies-
- run:
name: Install dependencies
command: npm install
- run:
name: Danger
@@ -107,6 +125,12 @@ jobs:
- restore_cache:
key: v1-dependencies-{{ checksum "package.json" }}
# https://github.com/badges/shields/issues/1937
key: v1-dependencies-
- run:
name: Install dependencies
command: npm install
- run:
name: Frontend unit tests
@@ -133,6 +157,12 @@ jobs:
- restore_cache:
key: v1-dependencies-{{ checksum "package.json" }}
# https://github.com/badges/shields/issues/1937
key: v1-dependencies-
- run:
name: Install dependencies
command: npm install
- run:
name: Identify services tagged in the PR title
@@ -167,6 +197,12 @@ jobs:
- restore_cache:
key: v1-dependencies-{{ checksum "package.json" }}
# https://github.com/badges/shields/issues/1937
key: v1-dependencies-
- run:
name: Install dependencies
command: npm install
- run:
name: Identify services tagged in the PR title