added phid to log output
This commit is contained in:
parent
124b7fd445
commit
b1dde01ac0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def main():
|
|||
conduit_token = os.environ['CONDUIT_TOKEN']
|
||||
host = os.environ['PHABRICATOR_HOST']
|
||||
diff_json_path = os.environ['JSON_DIFF']
|
||||
print('Applying patch for Phabricator diff {}'.format(diff_id))
|
||||
print('Applying patch for Phabricator diff {} for build {}'.format(diff_id,phid))
|
||||
phab = Phabricator(token=conduit_token, host=host+'/api/')
|
||||
phab.update_interfaces()
|
||||
|
||||
|
|
Loading…
Reference in a new issue