Update the FMN build branch after rename
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
f8298289e5
commit
88ece28c32
1 changed files with 2 additions and 9 deletions
|
@ -13,13 +13,7 @@ spec:
|
|||
type: Git
|
||||
git:
|
||||
uri: https://github.com/fedora-infra/fmn.git
|
||||
{% if env == "staging" %}
|
||||
ref: fmn-next
|
||||
{% else %}
|
||||
# For now, build from fmn-next as well.
|
||||
# ref: stable
|
||||
ref: fmn-next
|
||||
{% endif %}
|
||||
ref: {{ (env == 'production')|ternary('stable', 'staging') }}
|
||||
contextDir: /
|
||||
strategy:
|
||||
type: Source
|
||||
|
@ -42,8 +36,7 @@ spec:
|
|||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
# Enable triggered rebuild on prod for now, will disable when we actually go live
|
||||
{% if env == 'staging' or env == 'production' %}
|
||||
{% if env == 'staging' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
# Not sure why secretReference does not work, but it doesn't.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue