From 24113205013702d5c0713f650b995a4eb81f6cc3 Mon Sep 17 00:00:00 2001 From: naskya Date: Mon, 20 May 2024 18:31:23 +0900 Subject: [PATCH] ci: address buildah warning --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f3287cdc2..7a42f4f8c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -182,10 +182,9 @@ build:container: - job: test:build:client_only optional: true variables: - STORAGE_DRIVER: overlay2 + STORAGE_DRIVER: overlay before_script: - buildah version - - buildah prune --all --force || true - echo "${CI_REGISTRY_PASSWORD}" | buildah login --username "${CI_REGISTRY_USER}" --password-stdin "${CI_REGISTRY}" - export IMAGE_TAG="${CI_REGISTRY}/${CI_PROJECT_PATH}/develop:not-for-production" - export IMAGE_CACHE="${CI_REGISTRY}/${CI_PROJECT_PATH}/develop/cache"