diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-08-20 00:58:55 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-08-20 01:33:04 +0300 |
commit | 040e4deddcc176ecd8022549474fc79cd6fa05f5 (patch) | |
tree | f84b1029f0c1e64f83d6318d1b8e90758cac129b | |
parent | 999f8b24cca3ea3f2e19773adda4554b7e40de0c (diff) |
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-
-rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3e2e8864ac..41beb52157 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: |