Refactor starlark to remove references to the build_image (#74624)
* Refactor starlark to remove references to the build_image
This commit is contained in:
@@ -50,7 +50,7 @@ def docs_pipelines(ver_mode, trigger):
|
||||
def lint_docs():
|
||||
return {
|
||||
"name": "lint-docs",
|
||||
"image": images["build_image"],
|
||||
"image": images["node"],
|
||||
"depends_on": [
|
||||
"yarn-install",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user