mirror of
https://github.com/gomods/athens
synced 2026-02-03 14:20:31 +00:00
* 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
6 lines
253 B
PowerShell
6 lines
253 B
PowerShell
$repoDir = Join-Path $PSScriptRoot ".." | Join-Path -ChildPath ".."
|
|
if (-not (Join-Path $repoDir config.toml | Test-Path)) {
|
|
$example = Join-Path $repoDir config.test.toml
|
|
$target = Join-Path $repoDir config.toml
|
|
Copy-Item $example $target
|
|
} |