mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 10:02:33 +08:00
Add gen-version for main-publish pipeline (#51890)
This commit is contained in:

committed by
GitHub

parent
b12998df16
commit
88943590b3
@ -233,7 +233,7 @@ def main_pipelines(edition):
|
||||
template=drone_change_template, secret='drone-changes-webhook',
|
||||
), pipeline(
|
||||
name='main-publish', edition=edition, trigger=dict(trigger, repo=['grafana/grafana']),
|
||||
steps=[download_grabpl_step(), identify_runner_step(),] + store_steps,
|
||||
steps=[download_grabpl_step(), gen_version_step(ver_mode), identify_runner_step(),] + store_steps,
|
||||
depends_on=['main-test-frontend', 'main-test-backend', 'main-build-e2e-publish', 'main-integration-tests', 'main-windows', ],
|
||||
), notify_pipeline(
|
||||
name='main-notify', slack_channel='grafana-ci-notifications', trigger=dict(trigger, status=['failure']),
|
||||
|
Reference in New Issue
Block a user