mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-12 17:18:40 +00:00
Fixing variables
This commit is contained in:
parent
b9ee6c859e
commit
4260a32e80
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
# Include
|
# Include
|
||||||
. var.sh
|
. var.sh
|
||||||
. ${ROOT_PATH}/private.sh
|
|
||||||
|
|
||||||
# Executing unit tests
|
# Executing unit tests
|
||||||
php ${ROOT_PATH}/phpunit.phar --configuration ${ROOT_PATH}/${TEST_PATH}/PHPUnit/phpunit_default.xml > ${ROOT_PATH}/${BUILD_PATH}/logs/phpunit.log
|
php ${ROOT_PATH}/phpunit.phar --configuration ${ROOT_PATH}/${TEST_PATH}/PHPUnit/phpunit_default.xml > ${ROOT_PATH}/${BUILD_PATH}/logs/phpunit.log
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
DB_PASSWORD="123456"
|
|
||||||
DB_USER="root"
|
|
||||||
1
setup.sh
1
setup.sh
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
. var.sh
|
. var.sh
|
||||||
. ${ROOT_PATH}/private.sh
|
|
||||||
|
|
||||||
# Previous cleanup
|
# Previous cleanup
|
||||||
rm -r -f ${ROOT_PATH}
|
rm -r -f ${ROOT_PATH}
|
||||||
|
|
|
||||||
2
var.sh
2
var.sh
|
|
@ -8,6 +8,8 @@ RELEASE_PATH="Release"
|
||||||
TEST_PATH="Tests"
|
TEST_PATH="Tests"
|
||||||
WEB_URL="http://orange-management.de"
|
WEB_URL="http://orange-management.de"
|
||||||
MAIL_ADDR=""
|
MAIL_ADDR=""
|
||||||
|
DB_USER="root"
|
||||||
|
DB_PASSWORD="123456"
|
||||||
|
|
||||||
# Git variables
|
# Git variables
|
||||||
GITHUB_URL[0]="https://github.com/Orange-Management/Orange-Management.git"
|
GITHUB_URL[0]="https://github.com/Orange-Management/Orange-Management.git"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user