use bash
This commit is contained in:
parent
ac3b72824d
commit
5d0ef236e7
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ steps:
|
||||||
- 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