mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
anitya/release-monitoring: add git source to buildconfig
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -72,6 +72,13 @@ items:
|
||||
EXPOSE 8080
|
||||
EXPOSE 9940
|
||||
type: Dockerfile
|
||||
git:
|
||||
uri: https://github.com/release-monitoring/anitya.git
|
||||
{% if env == 'staging' %}
|
||||
ref: staging
|
||||
{% else %}
|
||||
ref: production
|
||||
{% endif %}
|
||||
strategy:
|
||||
type: Docker
|
||||
output:
|
||||
|
||||
Reference in New Issue
Block a user