Skip to content

Commit

Permalink
fix(): playing with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Jan 16, 2018
1 parent f6d386b commit edc1a7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ jobs:
working_directory: ~/repo/packages/registry

steps:
- restore_cache:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: yarn
- run: sh ./bin/deploy-staging

Expand Down

0 comments on commit edc1a7b

Please sign in to comment.