summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/hicn/docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/scripts/hicn/docs.sh')
-rw-r--r--jjb/scripts/hicn/docs.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/jjb/scripts/hicn/docs.sh b/jjb/scripts/hicn/docs.sh
index 46e835082..e927f0bbc 100644
--- a/jjb/scripts/hicn/docs.sh
+++ b/jjb/scripts/hicn/docs.sh
@@ -9,8 +9,6 @@ echo "---> jjb/scripts/hicn/docs.sh"
bash scripts/build-packages.sh sphinx
-if [[ "${JOB_NAME}" == *merge* ]]; then
- mkdir -p "${SITE_DIR_ROOT}"
- mv -f "${DOC_DIR}" "${SITE_DIR}"
- find "${SITE_DIR}" -type f '(' -name '*.md5' -o -name '*.dot' -o -name '*.map' ')' -delete
-fi
+mkdir -p "${SITE_DIR_ROOT}"
+mv -f "${DOC_DIR}" "${SITE_DIR}"
+find "${SITE_DIR}" -type f '(' -name '*.md5' -o -name '*.dot' -o -name '*.map' ')' -delete