mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 03:38:40 +00:00
Fix destination path
This commit is contained in:
parent
1c926a1d8e
commit
af48fd85a1
|
|
@ -31,4 +31,4 @@ mysql -e 'create database oms;' -u ${DB_USER} --password="${DB_PASSWORD}"
|
|||
. ${BUILD_PATH}/Inspection/Php/security.sh
|
||||
|
||||
# Build external test report
|
||||
php ${TOOLS_PATH}/testreportgenerator.phar -l ${BUILD_PATH}/Config/reportLang.php -c ${INSPECTION_PATH}/Test/Php/coverage.xml -u ${INSPECTION_PATH}/Test/Php/junit_php.xml -d https://orange-management.org/Inspection/Test/ReportExternal --version 1.0.0
|
||||
php ${TOOLS_PATH}/testreportgenerator.phar -l ${BUILD_PATH}/Config/reportLang.php -c ${INSPECTION_PATH}/Test/Php/coverage.xml -u ${INSPECTION_PATH}/Test/Php/junit_php.xml -d ${INSPECTION_PATH}/Inspection/Test/ReportExternal --version 1.0.0
|
||||
Loading…
Reference in New Issue
Block a user