Skip to content

Commit

Permalink
Create area for cmsmon-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Nov 13, 2020
1 parent adbc4a2 commit 1fd8f07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ jobs:
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
tar cfz cmsmon-tools.tar.gz monit alert annotationManager datasources ggus_alerting \
ggus_parser intelligence ssb_alerting dbs_vm nats-exitcodes-termui nats-pub nats-sub
mkdir cmsmon-tools
mv monit alert annotationManager datasources ggus_alerting \
ggus_parser intelligence ssb_alerting dbs_vm nats-exitcodes-termui nats-pub nats-sub \
cmsmon-tools
tar cfz cmsmon-tools.tar.gz cmsmon-tools
- name: Create Release
id: create_release
Expand Down

0 comments on commit 1fd8f07

Please sign in to comment.