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

FIX: use correct filename

parent 2fc718fb
No related branches found
No related tags found
1 merge request!33MAINT: comments and minor clean up
Pipeline #21409 passed
...@@ -167,7 +167,7 @@ test: ...@@ -167,7 +167,7 @@ test:
- docker-compose -f .docker/docker-compose.yml down - docker-compose -f .docker/docker-compose.yml down
# Store mariadb image # Store mariadb image
- if [ ! -f ".gistlab-ci.yml" ]; then - if [ ! -f "${MARIADBVERSION}.tar" ]; then
time docker save $MARIADBVERSION > /image-cache/$MARIADBVERSION.tar || true; time docker save $MARIADBVERSION > /image-cache/$MARIADBVERSION.tar || true;
fi; fi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment