the-new-hotness: Fix the name of the config file

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-02-15 10:40:37 +01:00
parent 93ca567f5f
commit 1ddafdd816
2 changed files with 3 additions and 3 deletions

View file

@ -39,9 +39,9 @@ items:
{% else %}
git checkout production && \
{% endif %}
python3 setup.py install && \
pip-3 install . && \
pushd hotness_schema && \
python3 setup.py install && \
pip-3 install . && \
rm -rf the-new-hotness
EXPOSE 9940
type: Dockerfile

View file

@ -10,7 +10,7 @@ items:
labels:
app: the-new-hotness
data:
anitya.toml: |-
config.toml: |-
# This file is in the TOML format.
# For complete details on all configuration options, see the documentation
# https://fedora-messaging.readthedocs.io/en/latest/configuration.html.