diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2020-09-10 19:37:00 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-05 22:28:03 +0100 |
commit | 7bb03fab51690cdf982afd36340b10c05134c43a (patch) | |
tree | 202e9011cffe3e8e2cae3b629495ad30d9f90329 /.circleci | |
parent | bc04acb72652882290cef49b2055d3cf1ab12f36 (diff) |
CI/CircleCI: Attempt using cache from master in PRs
(cherry picked from commit 6ed1810abcf212b2cf04e5c6325e185ec4f3c05a)
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 94eb5c5384c..3e527eb8d02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,7 +84,7 @@ jobs: keys: - master-nopch-{{ .Branch }}-{{ .Revision }} - master-nopch-{{ .Branch }} - - master-nopch + - master-nopch-master - run: name: Setup command: | |