mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-11 15:55:55 +02:00
Fix application name
This commit is contained in:
parent
59ac123662
commit
c6edf7aed4
2
.github/workflows/runonce.yml
vendored
2
.github/workflows/runonce.yml
vendored
@ -14,4 +14,4 @@ jobs:
|
||||
run: make
|
||||
|
||||
- name: Run MetricCollector
|
||||
run: ./metric-collector --once
|
||||
run: make runonce
|
||||
|
3
Makefile
3
Makefile
@ -6,6 +6,9 @@ $(APP): metric-collector.go
|
||||
make -C collectors
|
||||
go build -o $(APP) metric-collector.go
|
||||
|
||||
runonce: $(APP)
|
||||
./$(APP) --once
|
||||
|
||||
fmt:
|
||||
go fmt collectors/*.go
|
||||
go fmt sinks/*.go
|
||||
|
Loading…
x
Reference in New Issue
Block a user