We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc1f45 commit 0b3b218Copy full SHA for 0b3b218
2 files changed
src/Command/CommandCommon.php
@@ -12,6 +12,7 @@
12
13
use Deployer\Deployer;
14
use Deployer\Support\Reporter;
15
+
16
use function Deployer\Support\ci_name;
17
18
trait CommandCommon
src/Logger/Logger.php
@@ -17,6 +17,7 @@
use Deployer\Task\Task;
use Symfony\Component\Console\Output\OutputInterface;
19
use Throwable;
20
21
22
23
class Logger
0 commit comments