Attempt to deal with "unexpected indent" errors.
This commit is contained in:
parent
1aee0cfa87
commit
03903bdb58
1 changed files with 3 additions and 3 deletions
|
@ -11,13 +11,13 @@ data:
|
|||
DEBUG = False
|
||||
POLICIES_DIR = '/etc/greenwave/'
|
||||
|
||||
{% if env == 'staging' %}
|
||||
{% if env == 'staging' %}
|
||||
SECRET_KEY = '{{stg_greenwave_secret_key}}'
|
||||
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.stg.fedoraproject.org/api/v1.0'
|
||||
{% else %}
|
||||
{% else %}
|
||||
SECRET_KEY = '{{prod_greenwave_secret_key}}'
|
||||
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0'
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
fedora.yaml: |-
|
||||
--- !Policy
|
||||
id: "taskotron_release_critical_tasks"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue