Skip to content

Commit

Permalink
Fix the detemin in nvIsJenkinsPullRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
jettbow committed Oct 17, 2017
1 parent 773dde9 commit 02d996c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class ServiceInfoFactory {
}

private static boolean envIsJenkinsPullRequest(Map<String, String> env) {
env.get('ghprbPullLink') != null
env.get('ghprbPullId') != null
}

private static boolean envIsTravis(Map<String, String> env) {
Expand Down

0 comments on commit 02d996c

Please sign in to comment.