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

ci

parent 6dd2e93a
Branches
Tags
No related merge requests found
...@@ -6,6 +6,6 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh ...@@ -6,6 +6,6 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh
RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \ RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
cd caosdb-pylib && pip3 install . cd caosdb-pylib && pip3 install .
COPY . /git COPY . /git
RUN rm -r /git/.git && mv /git/.docker/.pycaosdb.ini /git && /git/.docker/cert /opt/caosdb/cert RUN rm -r /git/.git && mv /git/.docker/.pycaosdb.ini /git && mv /git/.docker/cert /opt/caosdb/cert
WORKDIR /git WORKDIR /git
CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- tox CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- tox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment