Skip to content
Snippets Groups Projects
Verified Commit af7717f4 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Cherrypicked changes from: 3782c13e Building API documentation.

parent 64d6c47f
No related branches found
No related tags found
No related merge requests found
Pipeline #42250 passed
......@@ -7,8 +7,10 @@ RUN apt-get update && \
python3-autopep8 \
python3-pip \
python3-pytest \
python3-sphinx \
tox \
-y
RUN pip3 install recommonmark sphinx-rtd-theme
COPY .docker/wait-for-it.sh /wait-for-it.sh
ARG PYLIB
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
......
......@@ -296,8 +296,9 @@ style:
pages_prepare: &pages_prepare
tags: [ cached-dind ]
stage: deploy
needs: []
image: $CI_REGISTRY/caosdb/src/caosdb-pylib/testenv:latest
needs:
- job: build-testenv
image: $CI_REGISTRY_IMAGE
only:
refs:
- /^release-.*$/i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment