mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-24 03:46:37 +02:00
upgrade docker compose
This commit is contained in:
parent
a0a87b8520
commit
7822867ed0
@ -16,6 +16,13 @@ env:
|
||||
- DEPLOY_ENV=dev
|
||||
- DISCOVERY_NODES=127.0.0.1:7171
|
||||
- HTTP_PERF=tcp://0.0.0.0:0
|
||||
- DOCKER_COMPOSE_VERSION=1.24.1
|
||||
|
||||
before_install:
|
||||
- sudo rm /usr/local/bin/docker-compose
|
||||
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
|
||||
- chmod +x docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
|
||||
# Skip the install step. Don't `go get` dependencies. Only build with the code
|
||||
# in vendor/
|
||||
|
Loading…
x
Reference in New Issue
Block a user