remove -o api, as it's the evil
This commit is contained in:
parent
4f7ef9c071
commit
55d7621ef5
|
@ -80,7 +80,7 @@ func MetaUpdateGET(md common.MethodData) common.CodeMessager {
|
||||||
if !execCommand("go", "get", "-v", "-u", "-d") {
|
if !execCommand("go", "get", "-v", "-u", "-d") {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if !execCommand("bash", "-c", "go build -v -ldflags \"-X main.Version=`git rev-parse HEAD`\" -o api") {
|
if !execCommand("bash", "-c", "go build -v -ldflags \"-X main.Version=`git rev-parse HEAD`\"") {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user