Remove vagrant and add testing docker
This commit is contained in:
@@ -13,8 +13,9 @@ class RoboFile extends \Robo\Tasks
|
||||
{
|
||||
private function includeCientConfig($client){
|
||||
include dirname(__FILE__)."/../config.base.php";
|
||||
include ALL_CLIENT_BASE_PATH. $client . "/config.php";
|
||||
//include ALL_CLIENT_BASE_PATH. $client . "/config.php";
|
||||
|
||||
include (dirname(__FILE__)."/../../app/config.php");
|
||||
include (dirname(__FILE__)."/../include.common.php");
|
||||
|
||||
include(dirname(__FILE__)."/../server.includes.inc.php");
|
||||
|
||||
BIN
core/robo/robo.phar
Executable file → Normal file
BIN
core/robo/robo.phar
Executable file → Normal file
Binary file not shown.
Reference in New Issue
Block a user