Skip to content

Commit

Permalink
Merge pull request #272 from jolicode/fix-builder
Browse files Browse the repository at this point in the history
Fix builder task
  • Loading branch information
lyrixx authored Feb 14, 2024
2 parents f9d6ebe + d927383 commit 9b0f104
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .castor/infra.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function builder(): void
->withTimeout(null)
->withTty()
->withEnvironment($_ENV + $_SERVER)
->withQuiet()
->withAllowFailure()
;
docker_compose_run('bash', c: $c);
Expand Down

0 comments on commit 9b0f104

Please sign in to comment.