mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 19:58:41 +00:00
fix inspection
This commit is contained in:
parent
330b938083
commit
a8cfa90b4d
|
|
@ -71,7 +71,7 @@ echo "#################################################"
|
|||
echo "Test report"
|
||||
echo "#################################################"
|
||||
php ${TOOLS_PATH}/TestReportGenerator/src/index.php \
|
||||
-b ${ROOT_PATH} \
|
||||
-b ${INSPECTION_PATH} \
|
||||
-l ${BUILD_PATH}/Config/reportLang.php \
|
||||
-s ${OUTPUT_PATH}/junit_phpcs.xml \
|
||||
-sj ${OUTPUT_PATH}/junit_eslint.xml \
|
||||
|
|
|
|||
|
|
@ -1,11 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Paths
|
||||
BASE_PATH="/var/www/html"
|
||||
ROOT_PATH="/var/www/html/Karaka"
|
||||
BUILD_PATH="/var/www/html/Build"
|
||||
BASE_PATH="${BUILD_PATH}/.."
|
||||
ROOT_PATH="${BUILD_PATH}/.."
|
||||
|
||||
TOOLS_PATH="/var/www/html/Tools"
|
||||
TOOLS_PATH="${BUILD_PATH}/.."
|
||||
RELEASE_PATH="/var/www/html/Release"
|
||||
|
||||
# Web
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user