diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-07-22 00:59:22 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-07-22 00:59:22 +0800 |
commit | b1cfe52f07d16902bda2832d5145fdbb20d3999d (patch) | |
tree | af4d86b3229d04213be9dbe075b544e2a0deb05b /.circleci | |
parent | f309b1012c8be25aac0b76b08b567fd2129a3d4b (diff) | |
download | tangerine-wallet-browser-b1cfe52f07d16902bda2832d5145fdbb20d3999d.tar tangerine-wallet-browser-b1cfe52f07d16902bda2832d5145fdbb20d3999d.tar.gz tangerine-wallet-browser-b1cfe52f07d16902bda2832d5145fdbb20d3999d.tar.bz2 tangerine-wallet-browser-b1cfe52f07d16902bda2832d5145fdbb20d3999d.tar.lz tangerine-wallet-browser-b1cfe52f07d16902bda2832d5145fdbb20d3999d.tar.xz tangerine-wallet-browser-b1cfe52f07d16902bda2832d5145fdbb20d3999d.tar.zst tangerine-wallet-browser-b1cfe52f07d16902bda2832d5145fdbb20d3999d.zip |
bump cache version
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index fb8c0fb73..d77b13d8c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 |