really use bash

This commit is contained in:
Mael G. 2025-01-06 23:04:53 +01:00
parent 5d0ef236e7
commit e01b1f534c

View file

@ -16,12 +16,12 @@ steps:
event: [pull_request]
lint:
image: debian:stable
entrypoint: /bin/bash
commands:
- 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
- chmod +x /usr/local/bin/docker-compose
- bash
- set -o pipefail
- sh .ci/lint.sh 2>&1 | tee output_tmp.txt
- echo "\`\`\`" > output.txt