FMN: build from fmn-next in prod too, for now
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
c17a563d9b
commit
35c685f071
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ spec:
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
ref: fmn-next
|
ref: fmn-next
|
||||||
{% else %}
|
{% else %}
|
||||||
ref: stable
|
# For now, build from fmn-next as well.
|
||||||
|
# ref: stable
|
||||||
|
ref: fmn-next
|
||||||
{% endif %}
|
{% endif %}
|
||||||
contextDir: /
|
contextDir: /
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue