mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
use sed to drop escape codes from zeitgeist output
This commit is contained in:
parent
c54bfc4adf
commit
fbfbe289c4
@ -38,7 +38,9 @@ cd -
|
|||||||
# Prefer full path for running zeitgeist
|
# Prefer full path for running zeitgeist
|
||||||
ZEITGEIST_BIN="$(which zeitgeist)"
|
ZEITGEIST_BIN="$(which zeitgeist)"
|
||||||
|
|
||||||
|
# TODO: revert sed hack when zetigeist respects CLICOLOR/ttys
|
||||||
CLICOLOR=0 "${ZEITGEIST_BIN}" validate \
|
CLICOLOR=0 "${ZEITGEIST_BIN}" validate \
|
||||||
--local \
|
--local \
|
||||||
--base-path "${KUBE_ROOT}" \
|
--base-path "${KUBE_ROOT}" \
|
||||||
--config "${KUBE_ROOT}"/build/dependencies.yaml
|
--config "${KUBE_ROOT}"/build/dependencies.yaml \
|
||||||
|
2> >(sed -e $'s/\x1b\[[0-9;]*m//g' >&2)
|
||||||
|
Loading…
Reference in New Issue
Block a user