Disable lint-drone from release pipelines (#41899)

This commit is contained in:
Dimitris Sotirakis
2021-11-18 17:32:45 +02:00
committed by GitHub
parent fc3ed34b22
commit 53dc388dcf
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),