Skip to content

Commit

Permalink
[ci][apm-ui] fix argument name for disabling pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jul 21, 2020
1 parent c63ab91 commit bece53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/end2end.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pipeline {
}
}
cleanup {
notifyBuildResult(notifyPRComment: false, analyzeFlakey: false, shouldNotify: false)
notifyBuildResult(prComment: false, analyzeFlakey: false, shouldNotify: false)
}
}
}
Expand Down

0 comments on commit bece53a

Please sign in to comment.