oraculum: Update BC

This commit is contained in:
František Zatloukal 2021-03-03 10:12:07 +01:00
parent 8e2fc1033c
commit ad77900c6e

View file

@ -41,11 +41,24 @@ spec:
type: Git type: Git
git: git:
uri: 'https://pagure.io/fedora-qa/packager_dashboard.git' uri: 'https://pagure.io/fedora-qa/packager_dashboard.git'
{% if env == 'staging' %}
ref: 'feature/quay'
{% else %}
ref: 'master' ref: 'master'
{% endif %}
strategy: strategy:
type: Docker type: Docker
dockerStrategy: dockerStrategy:
dockerfilePath: Dockerfile dockerfilePath: Dockerfile
env:
- name: "SUBDIR"
value: "/"
- name: "API"
{% if env == 'staging' %}
value: "https://packager-dashboard.stg.fedoraproject.org/api/v1/"
{% else %}
value: "https://packager-dashboard.fedoraproject.org/api/v1/"
{% endif %}
triggers: triggers:
- type: ConfigChange - type: ConfigChange
- type: ImageChange - type: ImageChange