Skip to content
Snippets Groups Projects

TST: add tests for caosdb-server#183

Merged Timm Fitschen requested to merge f-date-time into dev
Files
3
+ 2
2
@@ -10,9 +10,9 @@ RUN apt-get update && \
-y
COPY .docker/wait-for-it.sh /wait-for-it.sh
ARG PYLIB=dev
ADD https://gitlab.com/api/v4/projects/13656973/repository/commits/${PYLIB} \
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \
cd caosdb-pylib && git checkout ${PYLIB} && pip3 install .
COPY . /git
Loading