the-new-hotness: Fix the name of the config file
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
93ca567f5f
commit
1ddafdd816
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue