This commit is contained in:
Mael G. 2025-01-06 23:03:25 +01:00
parent ac3b72824d
commit 5d0ef236e7

View file

@ -21,6 +21,7 @@ steps:
- 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
- chmod +x /usr/local/bin/docker-compose
- bash
- set -o pipefail
- sh .ci/lint.sh 2>&1 | tee output_tmp.txt
- echo "\`\`\`" > output.txt