Skip to content

Commit

Permalink
Borrando la build antigua aunque no debería
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtyd committed Feb 8, 2024
1 parent 0a675f5 commit 0ef96be
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/Commands/ExtractBuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class ExtractBuildCommand extends Command
/** @var \Wtyd\GitHooks\Build\Build */
private $build;

private $composer = 'tools/composer';

public function __construct(Build $build)
{
$this->build = $build;
Expand All @@ -28,10 +26,10 @@ public function handle()
{
$this->title('Extract build');

// $this->task(
// ' <fg=yellow>1. Deleting old build</>',
// $this->deletingOldBuild()
// );
$this->task(
' <fg=yellow>1. Deleting old build</>',
$this->deletingOldBuild()
);

$this->task(
' <fg=yellow>2. Extracting build</>',
Expand Down

0 comments on commit 0ef96be

Please sign in to comment.