From: pmikus Date: Fri, 20 Aug 2021 19:29:44 +0000 (+0000) Subject: FIX: CSIT trending path X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f9763fb4462c5c9350b0321710fd8ea08499b2e4;p=ci-management.git FIX: CSIT trending path Signed-off-by: pmikus Change-Id: If7f9889fce320c2d53c7ff1c25d1a505e5f80eaf --- diff --git a/jjb/scripts/publish_docs.sh b/jjb/scripts/publish_docs.sh index d6b843cbe..7246ffc75 100644 --- a/jjb/scripts/publish_docs.sh +++ b/jjb/scripts/publish_docs.sh @@ -24,7 +24,7 @@ PYTHON_SCRIPT="/w/workspace/publish_library.py" if [[ ${JOB_NAME} == *merge* ]]; then case "${JOB_NAME}" in *"csit-trending"*) - SITE_DIR="${WORKSPACE}/resources/tools/trending/_build" + SITE_DIR="${WORKSPACE}/resources/tools/presentation/_build" s3_path="csit/${GERRIT_BRANCH}/trending" ;; *"csit-report"*)