Skip to content
Snippets Groups Projects

MAINT: linkahead rename

Open Henrik tom Wörden requested to merge f-linkahead-rename into dev
139 files
+ 670
618
Compare changes
  • Side-by-side
  • Inline
Files
139
+ 6
5
@@ -21,14 +21,15 @@ RUN apt-get update && \
COPY .docker/wait-for-it.sh /wait-for-it.sh
ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/dev \
pylib_version.json
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && git checkout dev && pip3 install .
pylib_version.json
# TODO Rename to linkahead, reset to dev branch
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git linkahead-pylib && \
cd linkahead-pylib && git checkout f-linkahead-rename && pip3 install .
# At least recommonmark 0.6 required.
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
&& mv /git/.docker/pylinkahead.ini /git/integrationtests
RUN cd /git && pip3 install .[h5-crawler]
WORKDIR /git/integrationtests
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh --force
CMD /wait-for-it.sh linkahead-server:10443 -t 500 -- ./test.sh --force
Loading