Skip to content
Snippets Groups Projects

FIX: if multiple updates for one entity exist, the retrieve would result in an...

Merged Florian Spreckelsen requested to merge release-0.6 into main
24 files
+ 767
139
Compare changes
  • Side-by-side
  • Inline
Files
24
+ 1
1
@@ -25,7 +25,7 @@ ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/dev \
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && git checkout dev && pip3 install .
# At least recommonmark 0.6 required.
RUN pip3 install -U html2text pycodestyle pylint recommonmark sphinx-rtd-theme
RUN pip3 install -U html2text pycodestyle pylint recommonmark sphinx-rtd-theme gitignore-parser
COPY . /git
RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
Loading