From 7bb03fab51690cdf982afd36340b10c05134c43a Mon Sep 17 00:00:00 2001 From: Giacomo Pozzoni Date: Thu, 10 Sep 2020 19:37:00 +0200 Subject: CI/CircleCI: Attempt using cache from master in PRs (cherry picked from commit 6ed1810abcf212b2cf04e5c6325e185ec4f3c05a) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci') 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: | -- cgit v1.2.3