From 559d5053b3caa13097b4c5c8d7a31bbc363a36ed Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 19 Oct 2020 19:15:52 +0200 Subject: [PATCH] Define archlinux:latest as default image --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f2cf4a..12f62f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: