Skip to content
Snippets Groups Projects

MAINT: be more specific with output

Merged Henrik tom Wörden requested to merge f-output into dev
1 unresolved thread
Files
43
+ 4
2
@@ -15,16 +15,18 @@ RUN apt-get update && \
python3-pytest \
libxml2 \
-y
COPY .docker/wait-for-it.sh /wait-for-it.sh
ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/dev \
pylib_version.json
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && git checkout dev && pip3 install .
# At least recommonmark 0.6 required.
RUN pip3 install recommonmark sphinx-rtd-theme
COPY . /git
RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
RUN cd /git && pip3 install .
WORKDIR /git/integrationtests
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh
# At least recommonmark 0.6 required.
RUN pip3 install recommonmark sphinx-rtd-theme
Loading