diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-12-13 11:38:18 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-12-16 22:52:01 +0200 |
commit | 0dbe80fe6615fb1d598a438fe3d69651d7af069d (patch) | |
tree | 44a5cd8af928d85c0e24cc88f10815e5484804f8 | |
parent | 970cabe0eb441270ca3af44e495a5fee997ab54c (diff) | |
download | qtlocation-mapboxgl-0dbe80fe6615fb1d598a438fe3d69651d7af069d.tar.gz |
[build] If not found, use the cache from the sanity checks bot
Better than initializing git submodules from scratch.
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |