the-new-hotness: Add RPM_PACKAGER env variable

This will hopefully fix
https://github.com/fedora-infra/the-new-hotness/issues/237

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-05-27 13:47:29 +02:00
parent cf841dd753
commit 15291e092e
2 changed files with 3 additions and 1 deletions

View file

@ -37,6 +37,9 @@ items:
- name: the-new-hotness
image: the-new-hotness/the-new-hotness:latest
command: ["fedora-messaging", "consume"]
env:
- name: RPM_PACKAGER
value: hotness
volumeMounts:
- name: config-volume
mountPath: /etc/fedora-messaging

View file

@ -46,7 +46,6 @@ items:
pushd hotness_schema && \
pip-3 install . && \
rm -rf the-new-hotness
USER 1001
EXPOSE 9940
type: Dockerfile
git: