mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-11 00:38:40 +00:00
fix inspection
This commit is contained in:
parent
330b938083
commit
a8cfa90b4d
|
|
@ -71,7 +71,7 @@ echo "#################################################"
|
||||||
echo "Test report"
|
echo "Test report"
|
||||||
echo "#################################################"
|
echo "#################################################"
|
||||||
php ${TOOLS_PATH}/TestReportGenerator/src/index.php \
|
php ${TOOLS_PATH}/TestReportGenerator/src/index.php \
|
||||||
-b ${ROOT_PATH} \
|
-b ${INSPECTION_PATH} \
|
||||||
-l ${BUILD_PATH}/Config/reportLang.php \
|
-l ${BUILD_PATH}/Config/reportLang.php \
|
||||||
-s ${OUTPUT_PATH}/junit_phpcs.xml \
|
-s ${OUTPUT_PATH}/junit_phpcs.xml \
|
||||||
-sj ${OUTPUT_PATH}/junit_eslint.xml \
|
-sj ${OUTPUT_PATH}/junit_eslint.xml \
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Paths
|
# Paths
|
||||||
BASE_PATH="/var/www/html"
|
BASE_PATH="${BUILD_PATH}/.."
|
||||||
ROOT_PATH="/var/www/html/Karaka"
|
ROOT_PATH="${BUILD_PATH}/.."
|
||||||
BUILD_PATH="/var/www/html/Build"
|
|
||||||
|
|
||||||
TOOLS_PATH="/var/www/html/Tools"
|
TOOLS_PATH="${BUILD_PATH}/.."
|
||||||
RELEASE_PATH="/var/www/html/Release"
|
RELEASE_PATH="/var/www/html/Release"
|
||||||
|
|
||||||
# Web
|
# Web
|
||||||
|
|
|
||||||
6
php.sh
6
php.sh
|
|
@ -1,10 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
|
|
||||||
source "$SCRIPT_DIR/script2.sh"
|
|
||||||
|
|
||||||
# Include config
|
# Include config
|
||||||
. "$SCRIPT_DIR/config.sh"
|
BUILD_PATH="$(dirname "$(readlink -f "$0")")"
|
||||||
|
. "$BUILD_PATH/config.sh"
|
||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
echo "No parameters provided."
|
echo "No parameters provided."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user