From 2bc169fc37f44fffd3f74a1fae3b15b5ddea5675 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Tue, 14 Sep 2021 05:09:49 +0000 Subject: [PATCH] CI: Add privileged tags to podman tasks --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb17bfc..477d7d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,8 @@ build: package: stage: package image: quay.io/sheogorath/build-ah-engine:latest + tags: + - privileged variables: LANG: C.UTF-8 before_script: @@ -55,6 +57,8 @@ package-deploy: image: quay.io/sheogorath/build-ah-engine:latest variables: LANG: C.UTF-8 + tags: + - privileged before_script: - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY script: @@ -66,8 +70,7 @@ package-deploy: test: stage: test tags: - - dind - - docker + - privileged image: quay.io/sheogorath/build-ah-engine:latest variables: LANG: C.UTF-8 @@ -86,8 +89,7 @@ test: test-deploy: stage: test tags: - - dind - - docker + - privileged image: quay.io/sheogorath/build-ah-engine:latest variables: LANG: C.UTF-8