languages stg: set staging branch
This commit is contained in:
parent
8eaf1307a2
commit
f75aaf1f04
2 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,7 @@ spec:
|
|||
source:
|
||||
git:
|
||||
uri: "https://pagure.io/fedora-l10n/fedora-localization-statistics.git"
|
||||
ref: main
|
||||
ref: {{ 'staging' if env == 'staging' else 'main' }}
|
||||
strategy:
|
||||
type: Docker
|
||||
dockerStrategy:
|
||||
|
|
|
@ -28,6 +28,9 @@ initContainers:
|
|||
- ./build.py
|
||||
- "--results"
|
||||
- f$(RELEASEVER)
|
||||
{% if env == 'staging' %}
|
||||
- blue.*
|
||||
{% endif %}
|
||||
env:
|
||||
- name: RELEASEVER
|
||||
value: "{{ release }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue