anitya/release-monitoring: release 0.14.0
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
ffd071888e
commit
4e453546aa
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ items:
|
||||||
RUN pip-3 install sqlalchemy_schemadisplay
|
RUN pip-3 install sqlalchemy_schemadisplay
|
||||||
RUN git clone https://github.com/release-monitoring/anitya.git && \
|
RUN git clone https://github.com/release-monitoring/anitya.git && \
|
||||||
pushd anitya && \
|
pushd anitya && \
|
||||||
git checkout 0.13.2 && \
|
git checkout 0.14.0 && \
|
||||||
python3 setup.py install && \
|
python3 setup.py install && \
|
||||||
pushd docs && \
|
pushd docs && \
|
||||||
mkdir -p images && \
|
mkdir -p images && \
|
||||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: anitya
|
name: anitya
|
||||||
spec:
|
spec:
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
schedule: "10 */12 * * *"
|
schedule: "0 * * * *"
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue