Skip to content

Commit

Permalink
Bust CircleCI node_modules cache (bazelbuild#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed May 31, 2019
1 parent d63ee84 commit 8cf1d7f
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 @@ -11,7 +11,7 @@
# If you change the `default_docker_image` version, also change the `cache_key` version
var_1: &default_docker_image circleci/node:10.12
var_2: &browsers_docker_image circleci/node:10.12-browsers
var_3: &cache_key node-0.12-{{ checksum "yarn.lock" }}-{{ checksum "examples/program/yarn.lock" }}-{{ checksum "internal/npm_install/test/package/yarn.lock" }}
var_3: &cache_key node-0.12-{{ checksum "yarn.lock" }}-{{ checksum "examples/program/yarn.lock" }}-{{ checksum "internal/npm_install/test/package/yarn.lock" }}-1

var_4: &init_environment
run:
Expand Down

0 comments on commit 8cf1d7f

Please sign in to comment.