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