1
0
Fork 0

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.
This commit is contained in:
Sheogorath 2021-01-24 18:38:30 +01:00
parent 6df13819ca
commit e1ac04aa1c
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -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