mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
Fixing variables
This commit is contained in:
parent
b9ee6c859e
commit
4260a32e80
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
# Include
|
||||
. var.sh
|
||||
. ${ROOT_PATH}/private.sh
|
||||
|
||||
# Executing unit tests
|
||||
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
|
||||
|
||||
. var.sh
|
||||
. ${ROOT_PATH}/private.sh
|
||||
|
||||
# Previous cleanup
|
||||
rm -r -f ${ROOT_PATH}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user