FPDC: Add branches ref for automatic rebuilds in openshift

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-01-08 19:23:31 +01:00
parent c018162b61
commit 2038ba3ed0

View file

@ -13,6 +13,11 @@ spec:
type: Git
git:
uri: https://github.com/fedora-infra/fpdc.git
{% if env == 'staging' %}
ref: "staging"
{% else %}
ref: "production"
{% endif %}
strategy:
type: Source
sourceStrategy: