Skip to content

Commit

Permalink
Save command
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 1, 2022
1 parent beb3b77 commit d8bb5b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ def check_zap(master=False) -> str:
# zap_commit = zap_commit.split(" ")[2]
# zap_commit = zap_commit[:zap_commit.index("\\")]
"""
# TODO
if master:
pass
else:
command = "git rev-parse --abbrev-ref HEAD"
zap_commit = 'TEMP DISABLED'
flush_print(f"zap commit: {zap_commit}")
return zap_commit
Expand Down

0 comments on commit d8bb5b3

Please sign in to comment.