Skip to content

Commit ffff4e7

Browse files
author
MarcoFalke
committed
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.
1 parent fa97a17 commit ffff4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
3535
folder: "/tmp/cirrus-ci-build/depends/built"
3636
depends_sdk_cache:
3737
folder: "/tmp/cirrus-ci-build/depends/sdk-sources"
38-
depends_releases_cache:
39-
folder: "/tmp/cirrus-ci-build/releases"
4038
ci_script:
4139
- ./ci/test_run_all.sh
4240

@@ -103,6 +101,8 @@ task:
103101
# For faster CI feedback, immediately schedule a task that compiles most modules
104102
<< : *CREDITS_TEMPLATE
105103
<< : *GLOBAL_TASK_TEMPLATE
104+
depends_releases_cache:
105+
folder: "/tmp/cirrus-ci-build/releases"
106106
container:
107107
image: ubuntu:bionic
108108
env:

0 commit comments

Comments
 (0)