praying
This commit is contained in:
parent
c40ffa01b7
commit
0a94a283eb
1 changed files with 2 additions and 0 deletions
|
@ -17,7 +17,9 @@ steps:
|
||||||
lint:
|
lint:
|
||||||
image: debian:stable
|
image: debian:stable
|
||||||
entrypoint: ["/bin/bash", "-c", "echo $CI_SCRIPT | base64 -d | /bin/bash -e"]
|
entrypoint: ["/bin/bash", "-c", "echo $CI_SCRIPT | base64 -d | /bin/bash -e"]
|
||||||
|
failure: ignore
|
||||||
commands:
|
commands:
|
||||||
|
- rm -rf output.txt
|
||||||
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue