This commit is contained in:
Mael G. 2025-01-06 23:11:04 +01:00
parent c40ffa01b7
commit 0a94a283eb

View file

@ -17,7 +17,9 @@ steps:
lint:
image: debian:stable
entrypoint: ["/bin/bash", "-c", "echo $CI_SCRIPT | base64 -d | /bin/bash -e"]
failure: ignore
commands:
- rm -rf output.txt
- apt-get update
- apt-get install -y curl
- curl -SL https://github.com/docker/compose/releases/download/v2.20.3/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose