mirror of
https://github.com/minio/minio.git
synced 2025-07-08 08:32:18 -04:00
fix: docker-compose link since latest release
This commit is contained in:
parent
fb3f67a597
commit
e2ed696619
@ -69,8 +69,9 @@ __init__() {
|
|||||||
|
|
||||||
## this is needed because github actions don't have
|
## this is needed because github actions don't have
|
||||||
## docker-compose on all runners
|
## docker-compose on all runners
|
||||||
go install github.com/docker/compose/v2/cmd@latest
|
COMPOSE_VERSION=v2.35.1
|
||||||
mv -v /tmp/gopath/bin/cmd /tmp/gopath/bin/docker-compose
|
mkdir -p /tmp/gopath/bin/
|
||||||
|
wget -O /tmp/gopath/bin/docker-compose https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-linux-x86_64
|
||||||
|
|
||||||
cleanup
|
cleanup
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user