add dynamic node attribute for last apply
so we can check if something has changed in the repo since the last apply
This commit is contained in:
parent
43d26650b0
commit
59fd245a3f
2 changed files with 29 additions and 0 deletions
5
hooks/deploy_commit_hash_to_node.py
Normal file
5
hooks/deploy_commit_hash_to_node.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
def node_apply_end(repo, node, duration, interactive, result, **kwargs):
|
||||
if not node.os in node.OS_FAMILY_UNIX:
|
||||
return
|
||||
|
||||
node.run(f'echo "{repo.revision}" > /var/lib/bundlewrap/last_apply_commit_id')
|
Loading…
Add table
Add a link
Reference in a new issue