Skip to content

Commit

Permalink
fix: cache after release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent 5fe5d11 commit a7e0d14
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions templates/circle.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
<<: *test
steps:
- checkout
- attach_workspace: {at: node_modules}
- run: yarn global add greenkeeper-lockfile@1
- run: yarn add -D $DEPS
- save_cache:
Expand Down Expand Up @@ -110,11 +111,4 @@ workflows:
- node-latest
- node-8
<%_ } _%>
"<%= pjson.name %>-cache":
jobs:
- cache:
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- cache: {requires: [release] }

0 comments on commit a7e0d14

Please sign in to comment.