Refactor starlark to remove references to the build_image (#74624)

* Refactor starlark to remove references to the build_image
This commit is contained in:
Kevin Minehart
2023-09-12 12:19:06 -03:00
committed by GitHub
parent 4f5728233c
commit 915f198ecb
27 changed files with 1129 additions and 2539 deletions
+1 -1
View File
@@ -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",
],