fixing grid.

This commit is contained in:
Jason Kulatunga
2020-08-29 11:53:44 -07:00
parent cef71d5ce0
commit 50f1566689
2 changed files with 53 additions and 52 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
go mod vendor
go test -v -tags "static" $(go list ./... | grep -v /vendor/)
go build -ldflags "-X main.goos=linux -X main.goarch=amd64" -o scrutiny-web-linux-amd64 -tags "static" webapp/backend/cmd/scrutiny/scrutiny.go
go build -ldflags "-X main.goos=linux -X main.goarch=amd64" -o scrutiny-collector-metrics-linux-amd64 -tags "static" collector/cmd/collector-metrics/collector-metrics.go