Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Feb 28, 2024
1 parent e1f0f8e commit 4dbbe91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/src/Environment/Docker.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ public function run_inside_docker( EnvInfo $env_info, array $command, array $env
$this->output->writeln( $process->getCommandLine() );
}

echo $process->getCommandLine();

echo "Running...\n";
$process->run( function ( $type, $buffer ) {
echo $buffer;
$this->output->write( $buffer );
} );

Expand Down

0 comments on commit 4dbbe91

Please sign in to comment.