mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix: Wrong path when sending package build time (#20595)
This commit is contained in:
parent
3fc5f4552a
commit
ccc7f39b8a
@ -58,7 +58,7 @@ else
|
||||
yarn workspace @grafana/$PACKAGE run build
|
||||
runtime=$((($(date +%s%N) - start)/1000000))
|
||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||
exit_if_fail ./ci-metrics-publisher.sh "grafana.ci-buildtimes.$CIRCLE_JOB.$PACKAGE=$runtime"
|
||||
exit_if_fail ./scripts/ci-metrics-publisher.sh "grafana.ci-buildtimes.$CIRCLE_JOB.$PACKAGE=$runtime"
|
||||
fi
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user