From bc09f558673168ab3b591bb500622162b0caa376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Wed, 6 Apr 2022 13:53:22 +0200 Subject: [PATCH] FIX: use correct filename --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2598bd..b52d6a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -167,7 +167,7 @@ test: - docker-compose -f .docker/docker-compose.yml down # Store mariadb image - - if [ ! -f ".gistlab-ci.yml" ]; then + - if [ ! -f "${MARIADBVERSION}.tar" ]; then time docker save $MARIADBVERSION > /image-cache/$MARIADBVERSION.tar || true; fi; -- GitLab