Skip to content

Commit 0d1cc81

Browse files
committed
build: add revision to CircleCI dist key
1 parent bb42011 commit 0d1cc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ job_defaults: &job_defaults
66
working_directory: ~/project/repo
77

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

1111
jobs:
1212
install:

0 commit comments

Comments
 (0)