[v10.4.x] Remove codespell (#99435)
This commit is contained in:
@@ -5,7 +5,6 @@ This module returns all the pipelines used in the event of documentation changes
|
||||
load(
|
||||
"scripts/drone/steps/lib.star",
|
||||
"build_docs_website_step",
|
||||
"codespell_step",
|
||||
"identify_runner_step",
|
||||
"verify_gen_cue_step",
|
||||
"yarn_install_step",
|
||||
@@ -33,7 +32,6 @@ def docs_pipelines(ver_mode, trigger):
|
||||
steps = [
|
||||
identify_runner_step(),
|
||||
yarn_install_step(),
|
||||
codespell_step(),
|
||||
lint_docs(),
|
||||
build_docs_website_step(),
|
||||
verify_gen_cue_step(),
|
||||
|
||||
@@ -746,16 +746,6 @@ def frontend_metrics_step(trigger = None):
|
||||
step = dict(step, when = trigger)
|
||||
return step
|
||||
|
||||
def codespell_step():
|
||||
return {
|
||||
"name": "codespell",
|
||||
"image": images["python"],
|
||||
"commands": [
|
||||
"pip3 install codespell",
|
||||
"codespell -I .codespellignore docs/",
|
||||
],
|
||||
}
|
||||
|
||||
def grafana_server_step():
|
||||
"""Runs the grafana-server binary as a service.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user