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

Merge branch 'dev' into f-double-white-space

parents 8cb49acf 73465d10
No related branches found
No related tags found
1 merge request!7Tests for multiple white space chars after `FROM`
Pipeline #8409 failed
......@@ -135,9 +135,9 @@ test:
# the pyinttest docker writes the return value of the tests into the
# file result
- /bin/sh ./run.sh
- cd ..
- docker logs docker_caosdb-server_1 &> ../caosdb_log.txt
- docker logs docker_sqldb_1 &> ../mariadb_log.txt
- cd ..
- docker-compose -f .docker/docker-compose.yml down
- rc=`cat .docker/result`
- 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