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

adjust inis'

parent 5b3afea7
No related branches found
No related tags found
1 merge request!66DRAFT: pipeline for pylib rename
Pipeline #41314 failed
......@@ -20,14 +20,14 @@ COPY . /git
# Delete .git because it is huge.
RUN rm -r /git/.git
# Install pycaosdb.ini for the tests
RUN mv /git/.docker/tester_pycaosdb.ini /git/pycaosdb.ini
# Install pylinkahead.ini for the tests
RUN mv /git/.docker/tester_pylinkahead.ini /git/pylinkahead.ini
WORKDIR /git
# wait for server,
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... install pycaosdb.ini the server-side scripts
cp /git/.docker/sss_pycaosdb.ini /scripting/home/.pycaosdb.ini && \
# ... install pylinkahead.ini the server-side scripts
cp /git/.docker/sss_pylinkahead.ini /scripting/home/.pylinkahead.ini && \
# ... and run tests
tox
; this is the pycaosdb.ini for the server-side-scripting home.
; this is the pylinkahead.ini for the server-side-scripting home.
[Connection]
url = https://caosdb-server:10443
cacert = /opt/caosdb/cert/caosdb.cert.pem
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment