diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-03-28 18:43:56 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-03-28 20:06:36 +0200 |
commit | ffff4e7373f7c1260e6a8347b4ea1a99db4fff76 (patch) | |
tree | 413c449fc101a61cc6a23db8df7acf1f6d91cf4c /.cirrus.yml | |
parent | fa97a17ac332d2270f80497d5660665e88ea621c (diff) |
cirrus: Only cache releases when needed
This does not change behavior, but removes unneeded and empty cache
instructions for tasks that don't need them.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index ae49843db1..0b6d17e8c8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -35,8 +35,6 @@ global_task_template: &GLOBAL_TASK_TEMPLATE folder: "/tmp/cirrus-ci-build/depends/built" depends_sdk_cache: folder: "/tmp/cirrus-ci-build/depends/sdk-sources" - depends_releases_cache: - folder: "/tmp/cirrus-ci-build/releases" ci_script: - ./ci/test_run_all.sh @@ -103,6 +101,8 @@ task: # For faster CI feedback, immediately schedule a task that compiles most modules << : *CREDITS_TEMPLATE << : *GLOBAL_TASK_TEMPLATE + depends_releases_cache: + folder: "/tmp/cirrus-ci-build/releases" container: image: ubuntu:bionic env: |