Skip to content

Commit 040e4de

Browse files
committed
scripted-diff: Rename template to avoid CI configuration parsing warning
-BEGIN VERIFY SCRIPT- sed -i 's/\btask_template/main_template/' .cirrus.yml sed -i 's/\bTASK_TEMPLATE/MAIN_TEMPLATE/' .cirrus.yml -END VERIFY SCRIPT-
1 parent 999f8b2 commit 040e4de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ base_template: &BASE_TEMPLATE
2929
- git merge FETCH_HEAD # Merge base to detect silent merge conflicts
3030
stateful: false # https://cirrus-ci.org/guide/writing-tasks/#stateful-tasks
3131

32-
task_template: &TASK_TEMPLATE
32+
main_template: &MAIN_TEMPLATE
3333
timeout_in: 120m # https://cirrus-ci.org/faq/#instance-timed-out
3434
container:
3535
# https://cirrus-ci.org/faq/#are-there-any-limits
@@ -46,7 +46,7 @@ task_template: &TASK_TEMPLATE
4646

4747
global_task_template: &GLOBAL_TASK_TEMPLATE
4848
<< : *BASE_TEMPLATE
49-
<< : *TASK_TEMPLATE
49+
<< : *MAIN_TEMPLATE
5050

5151
depends_sdk_cache_template: &DEPENDS_SDK_CACHE_TEMPLATE
5252
depends_sdk_cache:
@@ -219,7 +219,7 @@ task:
219219
depends_sources_cache:
220220
folder: "depends/sources"
221221
fingerprint_script: git rev-list -1 HEAD ./depends
222-
<< : *TASK_TEMPLATE
222+
<< : *MAIN_TEMPLATE
223223
container:
224224
image: ubuntu:focal
225225
env:

0 commit comments

Comments
 (0)