Skip to content
Snippets Groups Projects
Commit 4e0d19db authored by Daniel's avatar Daniel
Browse files

MAINT: Refactoring for new upstream repository

parent f89ee284
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ RUN apt-get update && \ ...@@ -3,9 +3,9 @@ RUN apt-get update && \
apt-get install curl python3 python3-pip git python-autopep8 \ apt-get install curl python3 python3-pip git python-autopep8 \
python3-pytest -y python3-pytest -y
COPY .docker/wait-for-it.sh /wait-for-it.sh COPY .docker/wait-for-it.sh /wait-for-it.sh
RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \ RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && pip3 install . cd caosdb-pylib && pip3 install .
RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-models.git && \ RUN git clone https://gitlab.com/caosdb/caosdb-models.git && \
cd caosdb-models && pip3 install . cd caosdb-models && pip3 install .
ADD https://gitlab.com/api/v4/projects/13601752/repository/branches/project_cfood \ ADD https://gitlab.com/api/v4/projects/13601752/repository/branches/project_cfood \
scifolder_version.json scifolder_version.json
......
[![pipeline status](https://gitlab.gwdg.de/bmp-caosdb/caosdb-advanced-user-tools/badges/master/pipeline.svg)](https://gitlab.gwdg.de/bmp-caosdb/caosdb-advanced-user-tools/commits/master) [![pipeline status](https://gitlab.com/caosdb/caosdb-advanced-user-tools/badges/master/pipeline.svg)](https://gitlab.com/caosdb/caosdb-advanced-user-tools/commits/master)
# Welcome # Welcome
...@@ -15,7 +15,7 @@ setup this code. ...@@ -15,7 +15,7 @@ setup this code.
# Further Reading # Further Reading
Please refer to the [official gitlab repository of the CaosDB Please refer to the [official gitlab repository of the CaosDB
project](https://gitlab.gwdg.de/bmp-caosdb/caosdb) for more information. project](https://gitlab.com/caosdb/caosdb) for more information.
# License # License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment