Skip to content

Commit

Permalink
Disable git manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 24, 2022
1 parent df7883e commit 0bc28e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0bc28e7

Please sign in to comment.