From 0bc28e7703242775289c5b45aad6d02258ddf0ae Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Tue, 24 May 2022 10:12:32 +0000 Subject: [PATCH] Disable git manifest --- examples/chef/chef.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 591683a22b7bba..5a3f388785aa1d 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -203,8 +203,8 @@ def main(argv: Sequence[str]) -> None: # zap_commit = str(subprocess.check_output(git_cmd, cwd=_REPO_BASE_PATH)) # zap_commit = zap_commit.split(" ")[2] # zap_commit = zap_commit[:zap_commit.index("\\")] - print(f"zap commit: {zap_commit}") - ci_manifest["zap_commit"] = zap_commit + # print(f"zap commit: {zap_commit}") + # ci_manifest["zap_commit"] = zap_commit with open(ci_manifest_file_name, "r", encoding="utf-8") as ci_manifest_file: cached_manifest = json.loads(ci_manifest_file.read()) for device in ci_manifest: