languages stg: set staging branch

This commit is contained in:
Francois Andrieu 2023-08-28 23:19:58 +02:00
parent 8eaf1307a2
commit f75aaf1f04
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -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:

View file

@ -28,6 +28,9 @@ initContainers:
- ./build.py
- "--results"
- f$(RELEASEVER)
{% if env == 'staging' %}
- blue.*
{% endif %}
env:
- name: RELEASEVER
value: "{{ release }}"