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

FIX: fixed branch in Docker file

parent 4c91ea57
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,11 @@ RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
cd caosdb-pylib && pip3 install .
RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-models.git && \
cd caosdb-models && pip3 install .
ADD https://gitlab.com/api/v4/projects/13601752/repository/branches/restructure_cfood scifolder_version.json
RUN git clone -b restructure_cfood \
ADD https://gitlab.com/api/v4/projects/13601752/repository/branches/master \
scifolder_version.json
RUN git clone -b master \
https://gitlab.com/henrik_indiscale/scifolder.git && \
cd scifolder && git checkout 403793fdfde511d53 && pip3 install .
cd scifolder && pip3 install .
COPY . /git
RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests/full_test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment