Add gen-version for main-publish pipeline (#51890)

This commit is contained in:
Dimitris Sotirakis
2022-07-07 14:58:20 +03:00
committed by GitHub
parent b12998df16
commit 88943590b3
2 changed files with 8 additions and 2 deletions

View File

@ -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']),