Skip to content

Commit

Permalink
Temporarily switch repo owner for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jun 17, 2020
1 parent fbcf952 commit be25be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/githubCommitStatus.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def onFinish() {
// state: error|failure|pending|success
def create(sha, state, description, context = 'kibana-ci') {
withGithubCredentials {
return githubApi.post("repos/elastic/kibana/statuses/${sha}", [ state: state, description: description, context: context, target_url: env.BUILD_URL ])
return githubApi.post("repos/brianseeders/kibana/statuses/${sha}", [ state: state, description: description, context: context, target_url: env.BUILD_URL ])
}
}

Expand Down

0 comments on commit be25be7

Please sign in to comment.