mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-05 00:42:33 +02:00
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-
This commit is contained in:
parent
999f8b24cc
commit
040e4deddc
@ -29,7 +29,7 @@ base_template: &BASE_TEMPLATE
|
|||||||
- git merge FETCH_HEAD # Merge base to detect silent merge conflicts
|
- git merge FETCH_HEAD # Merge base to detect silent merge conflicts
|
||||||
stateful: false # https://cirrus-ci.org/guide/writing-tasks/#stateful-tasks
|
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
|
timeout_in: 120m # https://cirrus-ci.org/faq/#instance-timed-out
|
||||||
container:
|
container:
|
||||||
# https://cirrus-ci.org/faq/#are-there-any-limits
|
# https://cirrus-ci.org/faq/#are-there-any-limits
|
||||||
@ -46,7 +46,7 @@ task_template: &TASK_TEMPLATE
|
|||||||
|
|
||||||
global_task_template: &GLOBAL_TASK_TEMPLATE
|
global_task_template: &GLOBAL_TASK_TEMPLATE
|
||||||
<< : *BASE_TEMPLATE
|
<< : *BASE_TEMPLATE
|
||||||
<< : *TASK_TEMPLATE
|
<< : *MAIN_TEMPLATE
|
||||||
|
|
||||||
depends_sdk_cache_template: &DEPENDS_SDK_CACHE_TEMPLATE
|
depends_sdk_cache_template: &DEPENDS_SDK_CACHE_TEMPLATE
|
||||||
depends_sdk_cache:
|
depends_sdk_cache:
|
||||||
@ -219,7 +219,7 @@ task:
|
|||||||
depends_sources_cache:
|
depends_sources_cache:
|
||||||
folder: "depends/sources"
|
folder: "depends/sources"
|
||||||
fingerprint_script: git rev-list -1 HEAD ./depends
|
fingerprint_script: git rev-list -1 HEAD ./depends
|
||||||
<< : *TASK_TEMPLATE
|
<< : *MAIN_TEMPLATE
|
||||||
container:
|
container:
|
||||||
image: ubuntu:focal
|
image: ubuntu:focal
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user