16 lines
238 B
YAML
16 lines
238 B
YAML
---
|
|
version: 1.1
|
|
|
|
copy_tests:
|
|
type: boolean
|
|
hidden: true
|
|
default:
|
|
jinja: >-
|
|
{%- if copy_tests -%}
|
|
true
|
|
{%- else -%}
|
|
false
|
|
{%- endif -%}
|
|
params:
|
|
copy_tests:
|
|
information: copy_tests
|