[IMP] runbot: add Commit to run_python steps context

This commit is contained in:
Xavier-Do 2019-12-13 13:44:01 +01:00
parent 2ed0b9c4d4
commit 8d20c2ce79

View File

@ -237,6 +237,7 @@ class ConfigStep(models.Model):
'log_path': log_path,
'glob': glob.glob,
'Command': Command,
'Commit': Commit,
'base64': base64,
're': re,
'time': time,