anitya/release-monitoring: add git source to buildconfig
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
5667b64dcc
commit
3cf0ffb51c
1 changed files with 7 additions and 0 deletions
|
@ -72,6 +72,13 @@ items:
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
EXPOSE 9940
|
EXPOSE 9940
|
||||||
type: Dockerfile
|
type: Dockerfile
|
||||||
|
git:
|
||||||
|
uri: https://github.com/release-monitoring/anitya.git
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
ref: staging
|
||||||
|
{% else %}
|
||||||
|
ref: production
|
||||||
|
{% endif %}
|
||||||
strategy:
|
strategy:
|
||||||
type: Docker
|
type: Docker
|
||||||
output:
|
output:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue