Fix cpta script 55/22055/1
authorVratko Polak <vrpolak@cisco.com>
Fri, 13 Sep 2019 14:37:56 +0000 (16:37 +0200)
committerVratko Polak <vrpolak@cisco.com>
Fri, 13 Sep 2019 14:37:56 +0000 (16:37 +0200)
Change-Id: Icd7f658e07a7a2195d54d57b19d6b08b148c30bb
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/csit/include-raw-csit-cpta.sh

index d75ba26..a6c0f74 100644 (file)
@@ -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}"