Skip to content

Commit

Permalink
chore: revert shallow cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Dec 6, 2024
1 parent 67fa032 commit 2ff0a58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/VCS/Adapter/GitHubTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ public function testGenerateCloneCommand(): void
$this->assertNotEmpty($gitCloneCommand);
$this->assertStringContainsString('sparse-checkout', $gitCloneCommand);

fwrite(STDOUT, 'Executing command: ' . $gitCloneCommand . PHP_EOL);

$output = '';
$resultCode = null;
\exec($gitCloneCommand, $output, $resultCode);
Expand Down Expand Up @@ -275,8 +273,6 @@ public function testGenerateCloneCommandWithTag(): void
$this->assertNotEmpty($gitCloneCommand);
$this->assertStringContainsString('sparse-checkout', $gitCloneCommand);

fwrite(STDOUT, 'Executing command: ' . $gitCloneCommand . PHP_EOL);

$output = '';
$resultCode = null;
\exec($gitCloneCommand, $output, $resultCode);
Expand Down

0 comments on commit 2ff0a58

Please sign in to comment.