Skip to content

Commit

Permalink
dont use cache on pre-release (#1082)
Browse files Browse the repository at this point in the history
* dont use cache on pre-release

* more clean up
  • Loading branch information
Bruno Barbieri authored Sep 12, 2019
1 parent c376cd6 commit ae735a1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
aliases:
- &restore-cache
keys:
- v1.0.7-{{ .Branch }}-{{ checksum "package.json" }}
- v1.0.7-{{ .Branch }}

- &save-cache
key: v1.0.7-{{ .Branch }}-{{ checksum "package.json" }}
paths:
- node_modules
- &restore-node-cache
keys:
- v1.0.7-node-{{ .Branch }}-{{ checksum "package.json" }}
Expand All @@ -32,13 +23,11 @@ jobs:
xcode: 10.2.0
steps:
- checkout
- restore_cache: *restore-cache
- run: *install-node-dependencies
- persist_to_workspace:
root: .
paths:
- node_modules
- save_cache: *save-cache
prep-node-deps:
<<: *defaults
docker:
Expand Down

0 comments on commit ae735a1

Please sign in to comment.