diff options
Diffstat (limited to 'jjb/common/include-agl-send-email-report.sh')
-rw-r--r-- | jjb/common/include-agl-send-email-report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-send-email-report.sh b/jjb/common/include-agl-send-email-report.sh index 84e3df80..15474590 100644 --- a/jjb/common/include-agl-send-email-report.sh +++ b/jjb/common/include-agl-send-email-report.sh @@ -5,7 +5,7 @@ ## Send email reports after the job is done. ################################################################################ -set -x +#set -x UPLOAD_URL_BASE=http://download.automotivelinux.org/AGL/upload/ci UPLOAD_URL=${UPLOAD_URL_BASE}/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER}/qemux86-64/ |