summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2023-01-10 09:39:27 -0800
committerOndrej Holy <oholy@redhat.com>2023-01-16 12:11:25 +0000
commit33e93e8df5ef9dabcf5f28017287daba8538b939 (patch)
tree7fe2a10b9740e025f94320ef9bd8c5ef97f94225
parentdac56fcab6d7101992789987047572f0ac86478a (diff)
downloadnautilus-33e93e8df5ef9dabcf5f28017287daba8538b939.tar.gz
ci: Remove old incorrect command
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
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