From d15faa3a42c09d06110b568059dd970a3eb5a6a8 Mon Sep 17 00:00:00 2001 From: "[1000i100] Millicent Billette" <git@1000i100.fr> Date: Tue, 19 Jun 2018 03:48:33 +0200 Subject: [PATCH] FIX: image with zip command and a shell... --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3532d46..0da2203 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ build-and-clean: pages: stage: publish - image: kramos/alpine-zip + image: samepagelabs/zip script: - mv public gsper - tar cJf gsper-offline.tar.xz gsper/ -- GitLab