Skip to content

Commit

Permalink
remove termui and nats-exitcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Feb 4, 2021
1 parent c8314ba commit 3376735
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
go get github.com/shirou/gopsutil/mem
go get github.com/shirou/gopsutil/load
go get github.com/shirou/gopsutil/process
go get github.com/gizak/termui
- name: Build
run: |
Expand All @@ -51,12 +50,11 @@ jobs:
go build -o intelligence src/go/MONIT/intelligence.go
go build -o ssb_alerting src/go/MONIT/ssb_alerting.go
go build -o dbs_vm src/go/NATS/dbs_vm.go
go build -o nats-exitcodes-termui src/go/NATS/nats-exitcodes-termui.go
go build -o nats-pub src/go/NATS/nats-pub.go
go build -o nats-sub src/go/NATS/nats-sub.go
mkdir cmsmon-tools
mv monit alert annotationManager datasources ggus_alerting \
ggus_parser intelligence ssb_alerting dbs_vm nats-exitcodes-termui nats-pub nats-sub \
ggus_parser intelligence ssb_alerting dbs_vm nats-pub nats-sub \
cmsmon-tools
tar cfz cmsmon-tools.tar.gz cmsmon-tools
Expand Down

0 comments on commit 3376735

Please sign in to comment.