mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Minio conf + tests refactoring (#680)
* cleanup tests and change minio port * fix cleanup * cleanup * fix config test * add comment to travis * revert to generic minio addr * fix test * switch to test config * adapt timeouts * use example config * fix test... again * add new lines
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$repoDir = Join-Path $PSScriptRoot ".." | Join-Path -ChildPath ".."
|
||||
if (-not (Join-Path $repoDir config.toml | Test-Path)) {
|
||||
$example = Join-Path $repoDir config.example.toml
|
||||
$example = Join-Path $repoDir config.test.toml
|
||||
$target = Join-Path $repoDir config.toml
|
||||
Copy-Item $example $target
|
||||
}
|
||||
Reference in New Issue
Block a user