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

ci

parent d9292087
No related branches found
No related tags found
No related merge requests found
......@@ -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 && \
cd caosdb-pylib && pip3 install .
COPY . /git
RUN rm -r /git/.git && mv /git/.docker/.pycaosdb.ini /git
RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git
WORKDIR /git
CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- tox
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment