disable github checks reporter until we can get better retry logic in place

This commit is contained in:
spalger 2019-06-18 06:09:42 -07:00
parent d88d5278c1
commit 20b9c50943

View file

@ -200,7 +200,7 @@ fi
###
### github-checks-reporter kill switch. Remove to disable
###
export CHECKS_REPORTER_ACTIVE=true
export CHECKS_REPORTER_ACTIVE=false
### only run on pr jobs
if [[ "$JOB_NAME" != "elastic+kibana+pull-request"* ]] ; then