From 7151a1c899327ab059f430001348efc94e8a00ba Mon Sep 17 00:00:00 2001 From: "[1000i100] Millicent Billette" <git@1000i100.fr> Date: Tue, 19 Jun 2018 03:44:45 +0200 Subject: [PATCH] FIX: image with zip command --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c35f00..3532d46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,9 @@ stages: - build - publish -image: node:latest - build-and-clean: stage: build + image: node:latest script: - npm install - npm run postinstall @@ -20,6 +19,7 @@ build-and-clean: pages: stage: publish + image: kramos/alpine-zip script: - mv public gsper - tar cJf gsper-offline.tar.xz gsper/ -- GitLab