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 %}
|
{% else %}
|
||||||
git checkout production && \
|
git checkout production && \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
python3 setup.py install && \
|
pip-3 install . && \
|
||||||
pushd hotness_schema && \
|
pushd hotness_schema && \
|
||||||
python3 setup.py install && \
|
pip-3 install . && \
|
||||||
rm -rf the-new-hotness
|
rm -rf the-new-hotness
|
||||||
EXPOSE 9940
|
EXPOSE 9940
|
||||||
type: Dockerfile
|
type: Dockerfile
|
||||||
|
|
|
@ -10,7 +10,7 @@ items:
|
||||||
labels:
|
labels:
|
||||||
app: the-new-hotness
|
app: the-new-hotness
|
||||||
data:
|
data:
|
||||||
anitya.toml: |-
|
config.toml: |-
|
||||||
# This file is in the TOML format.
|
# This file is in the TOML format.
|
||||||
# For complete details on all configuration options, see the documentation
|
# For complete details on all configuration options, see the documentation
|
||||||
# https://fedora-messaging.readthedocs.io/en/latest/configuration.html.
|
# https://fedora-messaging.readthedocs.io/en/latest/configuration.html.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue