mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
Remove olympus references in scripts (#679)
* Remove olympus references in scripts * remove some more
This commit is contained in:
@@ -30,10 +30,6 @@ Param(
|
||||
[Parameter(Mandatory=$false)]
|
||||
[switch]$docker,
|
||||
|
||||
[Parameter(Mandatory=$false)]
|
||||
[Alias("olympus-docker")]
|
||||
[switch]$olympus_docker,
|
||||
|
||||
[Parameter(Mandatory=$false)]
|
||||
[Alias("proxy-docker")]
|
||||
[switch]$proxy_docker,
|
||||
@@ -70,10 +66,6 @@ if ($build.IsPresent) {
|
||||
Pop-Location
|
||||
}
|
||||
|
||||
try {
|
||||
Push-Location $(Join-Path cmd olympus)
|
||||
& buffalo build
|
||||
}
|
||||
finally {
|
||||
Pop-Location
|
||||
}
|
||||
@@ -118,10 +110,7 @@ if ($test.IsPresent) {
|
||||
finally {
|
||||
Pop-Location
|
||||
}
|
||||
try {
|
||||
Push-Location $(Join-Path cmd olympus)
|
||||
& buffalo test
|
||||
}
|
||||
|
||||
finally {
|
||||
Pop-Location
|
||||
}
|
||||
@@ -136,13 +125,9 @@ if ($test_e2e.IsPresent) {
|
||||
}
|
||||
|
||||
if ($docker.IsPresent) {
|
||||
& docker build -t gomods/olympus -f cmd/olympus/Dockerfile .
|
||||
& docker build -t gomods/proxy -f cmd/proxy/Dockerfile .
|
||||
}
|
||||
|
||||
if ($olympus_docker.IsPresent) {
|
||||
& docker build -t gomods/olympus -f cmd/olympus/Dockerfile .
|
||||
}
|
||||
|
||||
if ($proxy_docker.IsPresent) {
|
||||
& docker build -t gomods/proxy -f cmd/proxy/Dockerfile .
|
||||
|
||||
Reference in New Issue
Block a user