mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-07 22:57:17 +02:00
Clean GitLabCI make commands
This commit is contained in:
parent
0b616a629a
commit
a51b77535a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user