Skip to content
Snippets Groups Projects
Commit 95c3006f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: added missing image name

parent e4581eca
No related branches found
No related tags found
No related merge requests found
Pipeline #5675 passed
......@@ -135,8 +135,8 @@ test:
- docker logs docker_sqldb_1 &> ../mariadb_log.txt
- docker-compose -f .docker/docker-compose.yml down
- rc=`cat .docker/result`
- echo $(docker image ls mariadb | grep mariadb | awk '{print $2}')
- docker save $(docker image ls mariadb | grep mariadb | awk '{print $2}') > /image-cache/mariadb.tar || true
- echo mariadb:$(docker image ls mariadb | grep mariadb | awk '{print $2}')
- docker save mariadb:$(docker image ls mariadb | grep mariadb | awk '{print $2}') > /image-cache/mariadb.tar || true
- exit $rc
dependencies: [cert]
timeout: 3h
......
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