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

FIX: pipeline

parent 05c93a11
No related branches found
No related tags found
1 merge request!123TEST: xfail for issue 111
Pipeline #42356 passed
......@@ -10,6 +10,6 @@ RUN apt-get update && \
python3-sphinx
ARG COMMIT="dev"
# TODO Rename to linkahead
RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/linkahead-pylib.git linkahead-pylib && \
RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git linkahead-pylib && \
cd linkahead-pylib && git checkout $COMMIT && pip3 install .
RUN pip3 install recommonmark sphinx-rtd-theme
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