mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
bump cache version
This commit is contained in:
parent
f309b1012c
commit
b1cfe52f07
@ -102,9 +102,9 @@ jobs:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
# fallback to using the latest cache if no exact match is found
|
||||
- v4-dependency-cache-
|
||||
- v1.0-dependency-cache-
|
||||
- run:
|
||||
name: Install npm 6 + deps via npm
|
||||
command: |
|
||||
@ -120,7 +120,7 @@ jobs:
|
||||
exit 1;
|
||||
fi
|
||||
- save_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
paths:
|
||||
- node_modules
|
||||
|
||||
@ -130,12 +130,12 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-firefox-
|
||||
key: v1.0-dependency-cache-firefox-
|
||||
- run:
|
||||
name: Download Firefox If needed
|
||||
command: ./.circleci/scripts/firefox-download.sh
|
||||
- save_cache:
|
||||
key: v4-dependency-cache-firefox-
|
||||
key: v1.0-dependency-cache-firefox-
|
||||
paths:
|
||||
- firefox
|
||||
|
||||
@ -145,7 +145,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: build:dist
|
||||
command: npm run dist
|
||||
@ -164,7 +164,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: build:dist
|
||||
command: npm run doc
|
||||
@ -179,7 +179,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Get Scss Cache key
|
||||
# this allows us to checksum against a whole directory
|
||||
@ -198,7 +198,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Test
|
||||
command: npm run lint
|
||||
@ -209,7 +209,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Test
|
||||
command: npx nsp check
|
||||
@ -220,7 +220,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- restore_cache:
|
||||
key: build-cache-{{ .Revision }}
|
||||
- run:
|
||||
@ -236,12 +236,12 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-firefox-
|
||||
key: v1.0-dependency-cache-firefox-
|
||||
- run:
|
||||
name: Install firefox
|
||||
command: ./.circleci/scripts/firefox-install.sh
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- restore_cache:
|
||||
key: build-cache-{{ .Revision }}
|
||||
- run:
|
||||
@ -257,7 +257,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- restore_cache:
|
||||
key: build-cache-{{ .Revision }}
|
||||
- run:
|
||||
@ -273,12 +273,12 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-firefox-
|
||||
key: v1.0-dependency-cache-firefox-
|
||||
- run:
|
||||
name: Install firefox
|
||||
command: ./.circleci/scripts/firefox-install.sh
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- restore_cache:
|
||||
key: build-cache-{{ .Revision }}
|
||||
- run:
|
||||
@ -294,7 +294,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- restore_cache:
|
||||
key: build-cache-{{ .Revision }}
|
||||
- run:
|
||||
@ -311,7 +311,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- restore_cache:
|
||||
key: build-cache-{{ .Revision }}
|
||||
- restore_cache:
|
||||
@ -338,7 +338,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- restore_cache:
|
||||
key: build-cache-{{ .Revision }}
|
||||
- restore_cache:
|
||||
@ -361,7 +361,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: test:coverage
|
||||
command: npm run test:coverage
|
||||
@ -374,12 +374,12 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-firefox-
|
||||
key: v1.0-dependency-cache-firefox-
|
||||
- run:
|
||||
name: Install firefox
|
||||
command: ./.circleci/scripts/firefox-install.sh
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Get Scss Cache key
|
||||
# this allows us to checksum against a whole directory
|
||||
@ -398,7 +398,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Get Scss Cache key
|
||||
# this allows us to checksum against a whole directory
|
||||
@ -417,12 +417,12 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-firefox-
|
||||
key: v1.0-dependency-cache-firefox-
|
||||
- run:
|
||||
name: Install firefox
|
||||
command: ./.circleci/scripts/firefox-install.sh
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Get Scss Cache key
|
||||
# this allows us to checksum against a whole directory
|
||||
@ -441,7 +441,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v4-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
key: v1.0-dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Get Scss Cache key
|
||||
# this allows us to checksum against a whole directory
|
||||
|
Loading…
Reference in New Issue
Block a user