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]
|
event: [pull_request]
|
||||||
lint:
|
lint:
|
||||||
image: debian:stable
|
image: debian:stable
|
||||||
|
entrypoint: /bin/bash
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y curl
|
- 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
|
- 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
|
- chmod +x /usr/local/bin/docker-compose
|
||||||
- bash
|
|
||||||
- set -o pipefail
|
- set -o pipefail
|
||||||
- sh .ci/lint.sh 2>&1 | tee output_tmp.txt
|
- sh .ci/lint.sh 2>&1 | tee output_tmp.txt
|
||||||
- echo "\`\`\`" > output.txt
|
- echo "\`\`\`" > output.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue