Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/thinkh/297_fix-circleci' into th…
Browse files Browse the repository at this point in the history
…inkh/gitpod-setup
  • Loading branch information
thinkh committed Apr 10, 2020
2 parents 4f4d5c0 + e2abc37 commit 8d0c6e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
- checkout
- restore_cache:
keys:
- v2-deps-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
- v2-deps-{{ checksum "package.json" }}
- v2-deps-
- v3-deps-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
- v3-deps-{{ checksum "package.json" }}
- v3-deps-
- run: npm ci
- save_cache:
key: v2-deps-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
key: v3-deps-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
paths:
- ~/.npm
- ~/.cache
Expand Down Expand Up @@ -52,12 +52,12 @@ jobs:
- checkout
- restore_cache:
keys:
- v2-deps-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
- v2-deps-{{ checksum "package.json" }}
- v2-deps-
- v3-deps-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
- v3-deps-{{ checksum "package.json" }}
- v3-deps-
- run: npm ci
- save_cache:
key: v2-deps-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
key: v3-deps-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
paths:
- ~/.npm
- ~/.cache
Expand Down

0 comments on commit 8d0c6e2

Please sign in to comment.