File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ base_template: &BASE_TEMPLATE
29
29
- git merge FETCH_HEAD # Merge base to detect silent merge conflicts
30
30
stateful : false # https://cirrus-ci.org/guide/writing-tasks/#stateful-tasks
31
31
32
- task_template : &TASK_TEMPLATE
32
+ main_template : &MAIN_TEMPLATE
33
33
timeout_in : 120m # https://cirrus-ci.org/faq/#instance-timed-out
34
34
container :
35
35
# https://cirrus-ci.org/faq/#are-there-any-limits
@@ -46,7 +46,7 @@ task_template: &TASK_TEMPLATE
46
46
47
47
global_task_template : &GLOBAL_TASK_TEMPLATE
48
48
<< : *BASE_TEMPLATE
49
- << : *TASK_TEMPLATE
49
+ << : *MAIN_TEMPLATE
50
50
51
51
depends_sdk_cache_template : &DEPENDS_SDK_CACHE_TEMPLATE
52
52
depends_sdk_cache :
@@ -219,7 +219,7 @@ task:
219
219
depends_sources_cache :
220
220
folder : " depends/sources"
221
221
fingerprint_script : git rev-list -1 HEAD ./depends
222
- << : *TASK_TEMPLATE
222
+ << : *MAIN_TEMPLATE
223
223
container :
224
224
image : ubuntu:focal
225
225
env :
You can’t perform that action at this time.
0 commit comments