parent
f6124955c4
commit
d33bf5d32e
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ steps:
|
||||||
- rm -rf output.txt
|
- 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.33.1/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 .ci/lint_wrap.sh
|
- bash .ci/lint_wrap.sh
|
||||||
comment_2:
|
comment_2:
|
||||||
|
|
|
@ -8,7 +8,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
agent:
|
agent:
|
||||||
image: woodpeckerci/woodpecker-agent:latest
|
image: woodpeckerci/woodpecker-agent:next
|
||||||
container_name: woodpecker_agent
|
container_name: woodpecker_agent
|
||||||
environment:
|
environment:
|
||||||
- WOODPECKER_SERVER=grpc.cicd.gnous.eu:443
|
- WOODPECKER_SERVER=grpc.cicd.gnous.eu:443
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue