Define archlinux:latest as default image

This commit is contained in:
Sven-Hendrik Haase 2020-10-19 19:15:52 +02:00
parent 7747e4616e
commit 559d5053b3
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -1,3 +1,6 @@
default:
image: "archlinux:latest"
stages:
- lint
- rootfs
@ -14,7 +17,6 @@ lint:
.rootfs:
stage: rootfs
image: archlinux:latest
before_script:
- echo "BUILD_DATE=$(date +%Y%m%d).$CI_JOB_ID" > build.env
- pacman -Syu --noconfirm make devtools fakechroot fakeroot
@ -162,7 +164,6 @@ test:base-devel:
release:
stage: release
image: archlinux:latest
tags:
- secure
only: