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-
pull/826/head
Hennadii Stepanov 3 years ago
parent 999f8b24cc
commit 040e4deddc
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -29,7 +29,7 @@ base_template: &BASE_TEMPLATE
- git merge FETCH_HEAD # Merge base to detect silent merge conflicts
stateful: false # https://cirrus-ci.org/guide/writing-tasks/#stateful-tasks
task_template: &TASK_TEMPLATE
main_template: &MAIN_TEMPLATE
timeout_in: 120m # https://cirrus-ci.org/faq/#instance-timed-out
container:
# https://cirrus-ci.org/faq/#are-there-any-limits
@ -46,7 +46,7 @@ task_template: &TASK_TEMPLATE
global_task_template: &GLOBAL_TASK_TEMPLATE
<< : *BASE_TEMPLATE
<< : *TASK_TEMPLATE
<< : *MAIN_TEMPLATE
depends_sdk_cache_template: &DEPENDS_SDK_CACHE_TEMPLATE
depends_sdk_cache:
@ -219,7 +219,7 @@ task:
depends_sources_cache:
folder: "depends/sources"
fingerprint_script: git rev-list -1 HEAD ./depends
<< : *TASK_TEMPLATE
<< : *MAIN_TEMPLATE
container:
image: ubuntu:focal
env:

Loading…
Cancel
Save