From 6dc38e06bfa0de8846c8919054af066e60e14d44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 19 Nov 2024 15:49:29 +0100 Subject: [PATCH] Revert "CI: use standard docker for pkg:arch" This reverts commit c1660b0236c0b0d6abce5ebf8b497a9f905dc071. --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a333abdcf..3539eaa1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -786,14 +786,9 @@ pkg:alma-9: pkg:arch: <<: *pkg_test_user - image: $CI_REGISTRY/packaging/apkg/test/arch - tags: - - docker - - linux - - amd64 + image: $CI_REGISTRY/packaging/apkg/full/arch before_script: - pacman -Syy - - pip install apkg # RHEL 8 derivatives would need more work due to *default* python being old #pkg:rocky-8: -- 2.47.2