From f9763fb4462c5c9350b0321710fd8ea08499b2e4 Mon Sep 17 00:00:00 2001 From: pmikus Date: Fri, 20 Aug 2021 19:29:44 +0000 Subject: [PATCH] FIX: CSIT trending path Signed-off-by: pmikus Change-Id: If7f9889fce320c2d53c7ff1c25d1a505e5f80eaf --- jjb/scripts/publish_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"*) -- 2.16.6