Skip to content
Snippets Groups Projects
Commit 7151a1c8 authored by Millicent Billette's avatar Millicent Billette
Browse files

FIX: image with zip command

parent 208f03ac
No related branches found
No related tags found
No related merge requests found
......@@ -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/
......
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