Clean GitLabCI make commands

This commit is contained in:
Justin Kromlinger 2020-11-07 17:09:11 +01:00
parent 0b616a629a
commit a51b77535a
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -39,6 +39,8 @@ get_version:
stage: rootfs
before_script:
- pacman -Syu --noconfirm make devtools fakechroot fakeroot
script:
- make $PWD/output/Dockerfile.$GROUP
artifacts:
paths:
- output/*
@ -54,8 +56,6 @@ rootfs:
parallel:
matrix:
- GROUP: [base, base-devel]
script:
- make $PWD/output/$GROUP.tar.xz $PWD/output/Dockerfile.$GROUP
rootfs:secure:
extends: .rootfs
@ -70,8 +70,6 @@ rootfs:secure:
parallel:
matrix:
- GROUP: [base, base-devel]
script:
- make $PWD/output/$GROUP.tar.xz $PWD/output/Dockerfile.$GROUP
.image:
stage: image