mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Merge pull request #14008 from bgruening/swift_integration_tests
try fixing the swift integration tests that are using some minio container
This commit is contained in:
@@ -40,7 +40,7 @@ def start_minio(container_name):
|
||||
"--rm",
|
||||
"minio/minio:latest",
|
||||
"server",
|
||||
"/tmp/data",
|
||||
"/data",
|
||||
]
|
||||
subprocess.check_call(minio_start_args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user