further work on gitlab-ci.yml
This commit is contained in:
parent
42a03cbd77
commit
6631feb7d1
@ -3,13 +3,11 @@ stages:
|
||||
- packaging
|
||||
- publishing
|
||||
|
||||
image: ubuntu:20.10
|
||||
image: node:latest
|
||||
|
||||
Compile:
|
||||
stage: compiling
|
||||
script:
|
||||
- apt update
|
||||
- DEBIAN_FRONTEND="noninteractive" apt install -y npm
|
||||
- make dev-setup
|
||||
- make build-js
|
||||
cache:
|
||||
@ -19,6 +17,8 @@ Compile:
|
||||
Pack:
|
||||
stage: packaging
|
||||
script:
|
||||
- apt update
|
||||
- DEBIAN_FRONTEND="noninteractive" apt install -y wget
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user