update osbs-client [scratch] config section to set scratch=true

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-10-14 14:39:36 +00:00
parent 3ae987fbe8
commit 4c8624002d

View file

@ -31,6 +31,7 @@ registry_api_versions = {{ default.registry_api_versions }}
builder_openshift_url = {{ default.builder_openshift_url }}
[scratch]
scratch = true
{% if default.username %}
username = {{ default.username }}
{% endif %}
@ -56,4 +57,4 @@ builder_use_auth = {{ default.builder_use_auth }}
distribution_scope = {{ default.distribution_scope }}
registry_api_versions = {{ default.registry_api_versions }}
builder_openshift_url = {{ default.builder_openshift_url }}
unique_tag_only = True
unique_tag_only = true