Skip to content

Commit

Permalink
Fix location of es_exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Feb 5, 2021
1 parent 24d4c42 commit 8089937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
go build -o ggus_parser src/go/MONIT/ggus_parser.go
go build -o intelligence src/go/MONIT/intelligence.go
go build -o ssb_alerting src/go/MONIT/ssb_alerting.go
go build -o es_exporter src/go/MONIT/es_exporter.go
go build -o dbs_vm src/go/NATS/dbs_vm.go
go build -o nats-pub src/go/NATS/nats-pub.go
go build -o nats-sub src/go/NATS/nats-sub.go
go build -o es_exporter src/go/NATS/es_exporter.go
mkdir cmsmon-tools
mv monit alert annotationManager datasources ggus_alerting \
ggus_parser intelligence ssb_alerting dbs_vm nats-pub nats-sub \
Expand Down

0 comments on commit 8089937

Please sign in to comment.