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

FIX: pipeline

parent 24f2e396
No related branches found
No related tags found
2 merge requests!123TEST: xfail for issue 111,!118Refactor get_list_datatype
......@@ -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