Skip to content

Commit

Permalink
Merge branch 'master' into feat/spawn-tokenserver-pool-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ethowitz authored Apr 21, 2022
2 parents 02a2f12 + 37d2251 commit c18b6dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ commands:
steps:
- restore_cache:
name: Restore sccache cache
key: sccache-cache-stable-{{ .Branch }}-{{ .Environment.CIRCLE_TAG }}
key: sccache-cache-stable-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}
save-sccache-cache:
steps:
- save_cache:
name: Save sccache cache
key: sccache-cache-stable-{{ .Branch }}-{{ .Environment.CIRCLE_TAG }}-{{ epoch }}
key: sccache-cache-stable-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ epoch }}
paths:
- "~/.cache/sccache"
jobs:
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
name: Save docker-compose config
command: cp docker-compose*.yaml /home/circleci/cache
- save_cache:
key: v1-{{ .Branch }}-{{ .Environment.CIRCLE_TAG }}-{{ epoch }}
key: v1-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }}-{{ epoch }}
paths:
- /home/circleci/cache

Expand All @@ -251,7 +251,7 @@ jobs:
steps:
- setup_remote_docker
- restore_cache:
key: v1-{{ .Branch }}-{{ .Environment.CIRCLE_TAG }}
key: v1-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: Restore Docker image cache
command: docker load -i /home/circleci/cache/docker.tar
Expand All @@ -270,7 +270,7 @@ jobs:
steps:
- setup_remote_docker
- restore_cache:
key: v1-{{ .Branch }}-{{ .Environment.CIRCLE_TAG }}
key: v1-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: Restore Docker image cache
command: docker load -i /home/circleci/cache/docker.tar
Expand Down

0 comments on commit c18b6dc

Please sign in to comment.