From 0dbe80fe6615fb1d598a438fe3d69651d7af069d Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Fri, 13 Dec 2019 11:38:18 +0200 Subject: [build] If not found, use the cache from the sanity checks bot Better than initializing git submodules from scratch. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 0324db0e40..2d9c9470cc 100644 --- a/circle.yml +++ b/circle.yml @@ -214,7 +214,7 @@ commands: - 'ccache-v1-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}-{{ .Revision }}' - 'ccache-v1-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}-' - 'ccache-v1-{{ .Environment.CIRCLE_JOB }}-master' - - 'ccache-v1-{{ .Environment.CIRCLE_JOB }}-' + - 'ccache-v1-next-sanity-checks-master' - run: name: Prepare command: | -- cgit v1.2.1