Skip to content

Commit 214e03e

Browse files
authored
remove dockerization step from chef cloudbuild (project-chip#37231)
1 parent b082219 commit 214e03e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

integrations/cloudbuild/chef.yaml

-22
Original file line numberDiff line numberDiff line change
@@ -58,28 +58,6 @@ steps:
5858
- name: pwenv
5959
path: /pwenv
6060

61-
- name: "gcr.io/cloud-builders/docker"
62-
args:
63-
[
64-
"/workspace/examples/chef/create_docker.py",
65-
"--commit_sha",
66-
"$COMMIT_SHA",
67-
"--short_sha",
68-
"$SHORT_SHA",
69-
"--revision_id",
70-
"$REVISION_ID",
71-
"--build_id",
72-
"$BUILD_ID",
73-
"--image_name",
74-
"$_DOCKER_IMAGE_NAME",
75-
"--tar_path",
76-
"/workspace/artifacts",
77-
]
78-
id: DockerAll
79-
entrypoint: python3
80-
waitFor:
81-
- CompileNoip
82-
8361
logsBucket: matter-build-automation-build-logs
8462

8563
# Global timeout for all steps

0 commit comments

Comments
 (0)