Fix: Wrong path when sending package build time (#20595)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user