Skip to content
Snippets Groups Projects
Verified Commit 15a92fb2 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 663daac4
No related branches found
No related tags found
No related merge requests found
Pipeline #8419 passed
......@@ -13,6 +13,6 @@ RUN cmake --install . --prefix /usr/local/
WORKDIR /cppinttest/
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \
CMD ls -la && /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... and run tests
ctest
......@@ -158,6 +158,7 @@ test:
- docker load < /image-cache/mariadb.tar || true
# load any(!!!) mariab image
- cd .docker
- ls -la
# here the server and the mysql backend docker are being started
- echo "$CAOSDB_TAG"
......
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