Skip to content
Snippets Groups Projects
Commit a73f3d31 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Copy the contents of resources directory

parent d9cca526
Branches
Tags
1 merge request!81F local inttests
Pipeline #58282 failed
......@@ -27,7 +27,8 @@ 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 pylinkahead.ini the server-side scripts
# ... install pylinkahead.ini and the server-side scripts
cp /git/.docker/sss_pylinkahead.ini /scripting/home/.pylinkahead.ini && \
cp -r /git/resources /scripting/bin-debug
# ... and run tests
tox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment