FPDC: Add branches ref for automatic rebuilds in openshift
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
c018162b61
commit
2038ba3ed0
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue