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

PIPELINE: Fix typo

parent a73f3d31
No related branches found
No related tags found
1 merge request!81F local inttests
Pipeline #58283 passed
...@@ -29,6 +29,6 @@ WORKDIR /git ...@@ -29,6 +29,6 @@ WORKDIR /git
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \ CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... install pylinkahead.ini and the server-side scripts # ... install pylinkahead.ini and the server-side scripts
cp /git/.docker/sss_pylinkahead.ini /scripting/home/.pylinkahead.ini && \ cp /git/.docker/sss_pylinkahead.ini /scripting/home/.pylinkahead.ini && \
cp -r /git/resources /scripting/bin-debug cp -r /git/resources /scripting/bin-debug && \
# ... and run tests # ... and run tests
tox tox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment