further work on gitlab-ci.yml

This commit is contained in:
Jonas Heinrich 2020-11-26 11:43:42 +01:00
parent 6631feb7d1
commit 45c76510f9

View File

@ -8,7 +8,6 @@ image: node:latest
Compile:
stage: compiling
script:
- make dev-setup
- make build-js
cache:
paths:
@ -18,7 +17,7 @@ Pack:
stage: packaging
script:
- apt update
- DEBIAN_FRONTEND="noninteractive" apt install -y wget
- DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo
- wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.3/krankerl_0.12.3_amd64.deb
- sudo dpkg -i krankerl_0.12.3_amd64.deb
- krankerl package