Skip to content

Commit 19dcaf6

Browse files
committed
Switch to https for cloning readonly repos
1 parent 0d31d89 commit 19dcaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/benchmark.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function runBench(): array {
5555

5656
function runSymfonyDemo(): array {
5757
$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');
5959
runPhpCommand([$dir . '/bin/console', 'cache:clear']);
6060
runPhpCommand([$dir . '/bin/console', 'cache:warmup']);
6161
$process = runValgrindPhpCgiCommand(['-T1,1', $dir . '/public/index.php']);
@@ -64,7 +64,7 @@ function runSymfonyDemo(): array {
6464

6565
function runWordpress(): array {
6666
$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');
6868

6969
/* FIXME: It might be better to use a stable version of PHP for this command because we can't
7070
* easily alter the phar file */

0 commit comments

Comments
 (0)