Skip to content

Commit fa4f0b3

Browse files
author
MarcoFalke
committed
ci: Fix previous releases cache order
The order was broken in commit ffff4e7
1 parent f6c44e9 commit fa4f0b3

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
@@ -111,9 +111,9 @@ task:
111111

112112
task:
113113
name: '[previous releases, uses qt5 dev package and some depends packages] [unsigned char] [bionic]'
114-
<< : *GLOBAL_TASK_TEMPLATE
115-
depends_releases_cache:
114+
previous_releases_cache:
116115
folder: "releases"
116+
<< : *GLOBAL_TASK_TEMPLATE
117117
<< : *PERSISTENT_WORKER_TEMPLATE
118118
env:
119119
<< : *PERSISTENT_WORKER_TEMPLATE_ENV

0 commit comments

Comments
 (0)