From: Vratko Polak Date: Fri, 13 Sep 2019 14:37:56 +0000 (+0200) Subject: Fix cpta script X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=664d573799491b58e40f65a1496a81e991858ced;p=ci-management.git Fix cpta script Change-Id: Icd7f658e07a7a2195d54d57b19d6b08b148c30bb Signed-off-by: Vratko Polak --- diff --git a/jjb/csit/include-raw-csit-cpta.sh b/jjb/csit/include-raw-csit-cpta.sh index d75ba2686..a6c0f74d8 100644 --- a/jjb/csit/include-raw-csit-cpta.sh +++ b/jjb/csit/include-raw-csit-cpta.sh @@ -15,7 +15,7 @@ set -xe -o pipefail # Create a text file with email body in case the build fails: cd "${WORKSPACE}" mkdir -p "${STATIC_VPP_DIR}" -EMAIL_BODY = "ERROR: The build number ${BUILD_NUMBER} of the job ${JOB_NAME} failed. For more information see: ${BUILD_URL}" +EMAIL_BODY="ERROR: The build number ${BUILD_NUMBER} of the job ${JOB_NAME} failed. For more information see: ${BUILD_URL}" echo "${EMAIL_BODY}" > "${STATIC_VPP_DIR}/trending-failed-tests.txt" cd "${DOC_DIR}"