Skip to content

Commit

Permalink
build: add revision to CircleCI dist key
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Jul 29, 2018
1 parent bb42011 commit 0d1cc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ job_defaults: &job_defaults
working_directory: ~/project/repo

cache_key: &cache_key ngx-testing-library-deps-cache-{{ .Branch }}-{{ checksum "package-lock.json" }}
dist_key: &dist_key ngx-testing-library-dist
dist_key: &dist_key ngx-testing-library-dist-{{ .Revision }}

jobs:
install:
Expand Down

0 comments on commit 0d1cc81

Please sign in to comment.