mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
Revert "fix: travis wont let us run things on por 9000 it seems"
This reverts commit 04e76d88d09bd4519ab5d4565e59ee173aef4441.
This commit is contained in:
parent
29359cd20d
commit
b96d91018b
@ -63,7 +63,7 @@ func TestUpload(t *testing.T) {
|
|||||||
S3: []config.S3{
|
S3: []config.S3{
|
||||||
{
|
{
|
||||||
Bucket: "test",
|
Bucket: "test",
|
||||||
Endpoint: "http://localhost:6000",
|
Endpoint: "http://localhost:9000",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@ -99,7 +99,7 @@ func start(t *testing.T) {
|
|||||||
if out, err := exec.Command(
|
if out, err := exec.Command(
|
||||||
"docker", "run", "-d", "--rm",
|
"docker", "run", "-d", "--rm",
|
||||||
"--name", "minio",
|
"--name", "minio",
|
||||||
"-p", "6000:6000",
|
"-p", "9000:9000",
|
||||||
"-v", dir+"/testdata/data:/data",
|
"-v", dir+"/testdata/data:/data",
|
||||||
"-v", dir+"/testdata/config:/root/.minio",
|
"-v", dir+"/testdata/config:/root/.minio",
|
||||||
"minio/minio",
|
"minio/minio",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user