Skip to content
Snippets Groups Projects
Verified Commit e5015e7b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent 7b54ca56
No related branches found
No related tags found
1 merge request!20TST: add tests for caosdb-server#183
Pipeline #14319 passed with warnings
......@@ -12,7 +12,7 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh
ARG PYLIB=dev
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
RUN git clone https://gitlab.indiscale.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
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment