Skip to content
Snippets Groups Projects
Commit 01334745 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'f-run-pipeline-on-pylib-dev' into 'dev'

F run pipeline on pylib dev

See merge request caosdb/caosdb-advanced-user-tools!40
parents 9d8a3f82 5c93b157
No related branches found
No related tags found
1 merge request!22Release 0.3
......@@ -15,10 +15,10 @@ RUN apt-get update && \
libxml2 \
-y
COPY .docker/wait-for-it.sh /wait-for-it.sh
ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/master \
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 && pip3 install .
cd caosdb-pylib && git checkout dev && pip3 install .
ADD https://gitlab.com/api/v4/projects/13656965/repository/branches/master \
model_version.json
RUN git clone https://gitlab.com/caosdb/caosdb-models.git && \
......
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