Skip to content
Snippets Groups Projects

F fix pipeline

Merged Henrik tom Wörden requested to merge f-fix-pipeline into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,6 +5,6 @@ RUN apt-get update && \
curl pycodestyle \
python3-sphinx
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 .
RUN pip3 install recommonmark sphinx-rtd-theme
Loading