diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2020-09-10 19:37:00 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2020-09-10 21:00:21 +0200 |
commit | 6ed1810abcf212b2cf04e5c6325e185ec4f3c05a (patch) | |
tree | d553e21f08770edb50c205cb6382e61ff483f9fc /.circleci | |
parent | 41188eb535e445b73909659980257da2939e4be4 (diff) |
CI/CircleCI: Attempt using cache from 3.3.5 in PRs
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 2f969db8e8e..cbab45baef1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,7 +78,7 @@ jobs: keys: - 3.3.5-nopch-{{ .Branch }}-{{ .Revision }} - 3.3.5-nopch-{{ .Branch }} - - 3.3.5-nopch + - 3.3.5-nopch-3.3.5 - run: name: Setup command: | |