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

url

parent bfaf9c13
No related branches found
No related tags found
1 merge request!1F fix pipeline
Pipeline #5207 passed with warnings
...@@ -5,6 +5,6 @@ RUN apt-get update && \ ...@@ -5,6 +5,6 @@ RUN apt-get update && \
curl pycodestyle \ curl pycodestyle \
python3-sphinx python3-sphinx
ARG COMMIT="dev" ARG COMMIT="dev"
RUN git clone -b dev https://gitlab.com/caosdb/caosdb-pylib.git && \ RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \
cd caosdb-pylib && git checkout $COMMIT && pip3 install . cd caosdb-pylib && git checkout $COMMIT && pip3 install .
RUN pip3 install recommonmark sphinx-rtd-theme RUN pip3 install recommonmark sphinx-rtd-theme
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment