Skip to content
Snippets Groups Projects

ENH: include caosdbignore

Merged Henrik tom Wörden requested to merge f-caosdbignore into dev
Files
14
+ 1
1
@@ -25,7 +25,7 @@ ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/dev \
@@ -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 && \
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && git checkout dev && pip3 install .
cd caosdb-pylib && git checkout dev && pip3 install .
# At least recommonmark 0.6 required.
# 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
COPY . /git
RUN rm -r /git/.git \
RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
Loading