From e1ac04aa1cdb4e05f53dbecb68c17a05458736a1 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sun, 24 Jan 2021 18:38:30 +0100 Subject: [PATCH] Fix broken before_script section in cleanup_job The job unintentionally ran the podman login part, which will not work on an image that has no podman in it. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61f22c8..bd3dd83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ test: cleanup_test: image: docker.io/library/ubuntu:21.04 stage: cleanup_test + before_script: [] script: - apt-get update - apt-get install -y hcloud-cli