Skip to content
Snippets Groups Projects
Commit a2fee9d8 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

WIP: Pipeline

parent 2646d5b7
No related branches found
No related tags found
2 merge requests!53Release 0.1,!34F insert auth
Pipeline #28199 failed
......@@ -10,10 +10,12 @@ RUN apt-get update && \
tox \
-y
COPY .docker/wait-for-it.sh /wait-for-it.sh
ARG PYLIB
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \
cd caosdb-pylib && git checkout ${PYLIB} && pip3 install .
ARG ADVANCED
ADD https://gitlab.indiscale.com/api/v4/projects/104/repository/commits/${ADVANCED} \
advanced_version.json
RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment