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:
parent
6df13819ca
commit
e1ac04aa1c
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ test:
|
||||||
cleanup_test:
|
cleanup_test:
|
||||||
image: docker.io/library/ubuntu:21.04
|
image: docker.io/library/ubuntu:21.04
|
||||||
stage: cleanup_test
|
stage: cleanup_test
|
||||||
|
before_script: []
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y hcloud-cli
|
- apt-get install -y hcloud-cli
|
||||||
|
|
Reference in a new issue