really use bash
This commit is contained in:
parent
5d0ef236e7
commit
e01b1f534c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue