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: Compile:
stage: compiling stage: compiling
script: script:
- make dev-setup
- make build-js - make build-js
cache: cache:
paths: paths:
@ -18,7 +17,7 @@ Pack:
stage: packaging stage: packaging
script: script:
- apt update - 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 - 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 - sudo dpkg -i krankerl_0.12.3_amd64.deb
- krankerl package - krankerl package