mirror of
https://github.com/grafana/grafana.git
synced 2025-07-25 16:33:51 +08:00
Chore: Move from master to main branch (#33693)
* Chore: Move from master branch to main Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * CI: Upgrade build pipeline tool to v2 Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -14,7 +14,7 @@ seconds=$((end - start))
|
||||
|
||||
exit_if_fail ./scripts/ci-frontend-metrics.sh
|
||||
|
||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||
if [ "${CIRCLE_BRANCH}" == "main" ]; then
|
||||
exit_if_fail ./scripts/ci-metrics-publisher.sh grafana.ci-performance.frontend-tests=$seconds
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user