oraculum: Update BC
This commit is contained in:
parent
8e2fc1033c
commit
ad77900c6e
1 changed files with 13 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue