File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,13 @@ if (!isset($localBinaryOverrideFound)) {
5555 break ; // Already required this binary
5656 }
5757 $ localBinaryOverrideFound = true ; // Only do it once.
58- if (getenv ('DEPLOYER_DEBUG_PATHS ' )) {
59- echo "# require \"$ binary \"\n" ;
60- }
58+ echo "Using $ binary \n" ;
6159 require $ binary ;
6260 exit ;
6361 }
6462 }
6563}
6664
67- if (getenv ('DEPLOYER_DEBUG_PATHS ' )) {
68- $ path = realpath (__FILE__ );
69- echo "# using \"$ path \"\n" ;
70- }
71-
7265// Detect autoload location
7366$ autoload = [
7467 __DIR__ . '/../vendor/autoload.php ' , // The dep located at "deployer.phar/bin" or in development.
@@ -118,4 +111,4 @@ define('DEPLOYER_BIN', __FILE__);
118111define ('DEPLOYER_DEPLOY_FILE ' , $ deployFile );
119112define ('DEPLOYER_ROOT ' , getenv ('DEPLOYER_ROOT ' ) !== false ? getenv ('DEPLOYER_ROOT ' ) : dirname ($ deployFile ));
120113
121- Deployer \Deployer::run ('v7-master ' , $ deployFile );
114+ Deployer \Deployer::run ('v7.0 -master ' , $ deployFile );
You can’t perform that action at this time.
0 commit comments