Skip to content
Snippets Groups Projects
Commit 8a2c243f authored by Daniel's avatar Daniel
Browse files

MAINT: Refactoring for new upstream repository

parent 39096d01
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ setup this code. ...@@ -14,7 +14,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
......
...@@ -3,5 +3,5 @@ RUN apt-get update && \ ...@@ -3,5 +3,5 @@ RUN apt-get update && \
apt-get install pylint3 python3-pip tox git \ apt-get install pylint3 python3-pip tox git \
curl pycodestyle -y curl pycodestyle -y
ARG COMMIT="dev" ARG COMMIT="dev"
RUN git clone -b dev https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \ RUN git clone -b dev https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && git checkout $COMMIT && pip3 install . cd caosdb-pylib && git checkout $COMMIT && pip3 install .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment