feat: support openim prom enbels

Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
pull/1745/head
Xinwei Xiong (cubxxw) 2 years ago
parent 51e6b46ddb
commit 114a040123

@ -21,7 +21,7 @@ set -o pipefail
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "${OPENIM_ROOT}/scripts/lib/init.sh" source "${OPENIM_ROOT}/scripts/lib/init.sh"
kube::golang::setup_env openim::golang::setup_env
cd "${OPENIM_ROOT}" cd "${OPENIM_ROOT}"

@ -75,7 +75,7 @@ var (
"pkg/kubectl/cmd/testdata/edit", "pkg/kubectl/cmd/testdata/edit",
// Tools we use for maintaining the code base but not necessarily // Tools we use for maintaining the code base but not necessarily
// ship as part of the release // ship as part of the release
"scripts/tools", "sopenim::golang::setup_env:tools",
} }
) )

Loading…
Cancel
Save