From 33e93e8df5ef9dabcf5f28017287daba8538b939 Mon Sep 17 00:00:00 2001 From: Corey Berla Date: Tue, 10 Jan 2023 09:39:27 -0800 Subject: ci: Remove old incorrect command --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5679647b0..385bacc93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,7 +62,6 @@ update image: stage: image script: - dnf install -y buildah runc - - sed -i '/^mountopt =.*/d' /etc/containers/storage.conf - buildah bud --tag $CI_REGISTRY_IMAGE -f .gitlab/Dockerfile - buildah tag $CI_REGISTRY_IMAGE "$CI_REGISTRY_IMAGE:v$CI_JOB_ID" - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY -- cgit v1.2.1