Disable lint-drone from release pipelines (#41899) (#41900)

(cherry picked from commit 53dc388dcf)

Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-11-18 17:34:13 +02:00
committed by GitHub
co-authored by Dimitris Sotirakis
parent 591d789f38
commit b4b13f8113
2 changed files with 1 additions and 38 deletions
-1
View File
@@ -85,7 +85,6 @@ def get_steps(edition, ver_mode):
tries = 5
steps = [
lint_drone_step(),
codespell_step(),
shellcheck_step(),
lint_backend_step(edition=edition),