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

WIP: pipeline

parent cf507f80
No related branches found
No related tags found
No related merge requests found
Pipeline #8406 failed
......@@ -168,7 +168,6 @@ test:
- /bin/sh ./run.sh
# collect log files
- cd ..
- docker logs docker_caosdb-server_1 &> ../caosdb_log.txt
- docker logs docker_sqldb_1 &> ../mariadb_log.txt
......@@ -176,7 +175,7 @@ test:
- CAOSDB_TAG=$CAOSDB_TAG docker-compose -f .docker/docker-compose.yml down
# collect results
- rc=`cat .docker/result`
- rc=`cat result`
# renew mariadb image in the cache (why? to renew the timestamp???)
- echo mariadb:$(docker image ls mariadb | grep mariadb | awk '{print $2}')
......
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