Attempt to deal with "unexpected indent" errors.

This commit is contained in:
Ralph Bean 2017-08-24 04:48:55 +00:00
parent 1aee0cfa87
commit 03903bdb58

View file

@ -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"