fix: disable shell color in runnerstats
Some checks failed
CI Workflow / Test STACKIT runner (pull_request) Has been cancelled
CI Workflow / Test readiness for publishing provider (pull_request) Has been cancelled
CI Workflow / CI run tests (pull_request) Has been cancelled
CI Workflow / CI run build and linting (pull_request) Has been cancelled
CI Workflow / Code coverage report (pull_request) Has been cancelled
CI Workflow / Check GoReleaser config (pull_request) Has been cancelled

Signed-off-by: marcel.henselin <marcel.henselin@stackit.cloud>
This commit is contained in:
Marcel_Henselin 2026-02-27 10:24:54 +00:00
parent 07458c5677
commit 3db2797a5e
Signed by: tf-provider.git.onstackit.cloud
GPG key ID: 6D7E8A1ED8955A9C

View file

@ -14,7 +14,7 @@ jobs:
apt-get -y -qq install inxi
- name: Show stats
run: inxi
run: inxi -c 0
stats-stackit:
name: "Get STACKIT runner stats"
@ -26,4 +26,4 @@ jobs:
apt-get -y -qq install inxi
- name: Show stats
run: inxi
run: inxi -c 0