[CI] [TeamCity] Move PR commit status publishing gate to accommodate PR bot (#88911) (#88914)

This commit is contained in:
Brian Seeders 2021-01-20 17:04:07 -05:00 committed by GitHub
parent c8039e7007
commit 1bd856691d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,13 +63,15 @@ object PullRequestCi : BuildType({
}
features {
commitStatusPublisher {
enabled = isReportingEnabled()
vcsRootExtId = "${Kibana.id}"
publisher = github {
githubUrl = "https://api.github.com"
authType = personalToken {
token = "credentialsJSON:07d22002-12de-4627-91c3-672bdb23b55b"
if(isReportingEnabled()) {
commitStatusPublisher {
enabled = true
vcsRootExtId = "${Kibana.id}"
publisher = github {
githubUrl = "https://api.github.com"
authType = personalToken {
token = "credentialsJSON:07d22002-12de-4627-91c3-672bdb23b55b"
}
}
}
}