mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
bump ddev
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
a1de0b96c3
commit
9025d63a63
@ -29,7 +29,7 @@ import (
|
|||||||
"gotest.tools/v3/assert"
|
"gotest.tools/v3/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
const ddevVersion = "v1.19.1"
|
const ddevVersion = "v1.21.1"
|
||||||
|
|
||||||
func TestComposeRunDdev(t *testing.T) {
|
func TestComposeRunDdev(t *testing.T) {
|
||||||
if !composeStandaloneMode {
|
if !composeStandaloneMode {
|
||||||
@ -73,7 +73,7 @@ func TestComposeRunDdev(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
compressedFilename := fmt.Sprintf("ddev_%s-%s.%s.tar.gz", osName, runtime.GOARCH, ddevVersion)
|
compressedFilename := fmt.Sprintf("ddev_%s-%s.%s.tar.gz", osName, runtime.GOARCH, ddevVersion)
|
||||||
c.RunCmdInDir(t, ddevDir, "curl", "-LO", fmt.Sprintf("https://github.com/drud/ddev/releases/download/%s/%s",
|
c.RunCmdInDir(t, ddevDir, "curl", "-LO", fmt.Sprintf("https://github.com/ddev/ddev/releases/download/%s/%s",
|
||||||
ddevVersion,
|
ddevVersion,
|
||||||
compressedFilename))
|
compressedFilename))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user