File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function runBench(): array {
55
55
56
56
function runSymfonyDemo (): array {
57
57
$ dir = __DIR__ . '/repos/symfony-demo-2.2.3 ' ;
58
- cloneRepo ($ dir , 'git@ github.com: iluuu1994/symfony-demo-2.2.3.git ' );
58
+ cloneRepo ($ dir , 'https:// github.com/ iluuu1994/symfony-demo-2.2.3.git ' );
59
59
runPhpCommand ([$ dir . '/bin/console ' , 'cache:clear ' ]);
60
60
runPhpCommand ([$ dir . '/bin/console ' , 'cache:warmup ' ]);
61
61
$ process = runValgrindPhpCgiCommand (['-T1,1 ' , $ dir . '/public/index.php ' ]);
@@ -64,7 +64,7 @@ function runSymfonyDemo(): array {
64
64
65
65
function runWordpress (): array {
66
66
$ dir = __DIR__ . '/repos/wordpress-6.2 ' ;
67
- cloneRepo ($ dir , 'git@ github.com: iluuu1994/wordpress-6.2.git ' );
67
+ cloneRepo ($ dir , 'https:// github.com/ iluuu1994/wordpress-6.2.git ' );
68
68
69
69
/* FIXME: It might be better to use a stable version of PHP for this command because we can't
70
70
* easily alter the phar file */
You can’t perform that action at this time.
0 commit comments