Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 114a3fc

Browse files
authored
Merge pull request #162 from bikecoders/fix-ci-cache
ci(fix): change cache key to fresh start
2 parents 2376568 + d85d4b0 commit 114a3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
var_1: &default_docker_image circleci/node:lts
7-
var_2: &cache_key v1.6-dependencies-{{ checksum "yarn.lock" }}
7+
var_2: &cache_key v1.7-dependencies-{{ checksum "yarn.lock" }}
88
var_3: &cache_key_test_pr v1-test-pr-reports
99
var_4: &cache_key_test_master v1-test-master-reports
1010
var_5: &workdir /home/circleci/repo

0 commit comments

Comments
 (0)