Skip to content

Commit

Permalink
chore: remove stale cache_prefix
Browse files Browse the repository at this point in the history
Leaving this as a configuration parameter as there
is a near future change I would like to introduce
that would likely make that beneficial.
  • Loading branch information
thisislawatts committed Mar 28, 2024
1 parent b55d99d commit c014d22
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -881,8 +881,7 @@ jobs:
executor: docker-amd64
steps:
- checkout
- install-deps-node:
cache_prefix: prepare-build-
- install-deps-node
- run:
name: Set version
command: |
Expand Down Expand Up @@ -911,8 +910,7 @@ jobs:
executor: docker-amd64
steps:
- prepare-workspace
- install-deps-node:
cache_prefix: prepare-build-
- install-deps-node
- restore_cache:
name: Restore golangci-lint cache
key: golangci-lint-{{ checksum "cliv2/go.sum" }}
Expand Down

0 comments on commit c014d22

Please sign in to comment.