fix: do not force use_data usage
This commit is contained in:
parent
cd8deea394
commit
9c94e9fc50
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ environment:
|
||||||
description: Define values from the environment
|
description: Define values from the environment
|
||||||
disabled:
|
disabled:
|
||||||
jinja: |
|
jinja: |
|
||||||
{% if 'environment' not in step.user_data %}
|
{% if step.user_data is propertyerror or 'environment' not in step.user_data %}
|
||||||
disabled
|
disabled
|
||||||
{% endif %}
|
{% endif %}
|
||||||
default_environment_name:
|
default_environment_name:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue