wording
This commit is contained in:
parent
14a75bdf43
commit
4ea78b70c1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def build():
|
||||||
'commit': 'HEAD',
|
'commit': 'HEAD',
|
||||||
'branch': branch,
|
'branch': branch,
|
||||||
'env': build_env,
|
'env': build_env,
|
||||||
'message': f'Pre-merge checks for D{build_env["ph_buildable_revision"]}',
|
'message': f'D{build_env["ph_buildable_revision"]}',
|
||||||
}
|
}
|
||||||
app.logger.info('buildkite request: %s', build_request)
|
app.logger.info('buildkite request: %s', build_request)
|
||||||
headers = {'Authorization': f'Bearer {buildkite_api_token}'}
|
headers = {'Authorization': f'Bearer {buildkite_api_token}'}
|
||||||
|
|
Loading…
Reference in a new issue