mirror of
https://github.com/deployphp/deployer.git
synced 2025-01-17 21:48:58 +01:00
Fix collapsible section's end markers in GitLab CI job output (#3545)
This commit is contained in:
parent
daba4ea9df
commit
2df75b3b4c
@ -77,7 +77,7 @@ class Messenger
|
||||
if (getenv('GITHUB_WORKFLOW')) {
|
||||
$this->output->writeln("::endgroup::");
|
||||
} else if (getenv('GITLAB_CI')) {
|
||||
$this->output->writeln("\e[0Ksection_end:{$taskTime}:{$this->startTime}\r\e[0K");
|
||||
$this->output->writeln("\e[0Ksection_end:{$endTime}:{$this->startTime}\r\e[0K");
|
||||
} else if ($this->output->isVeryVerbose()) {
|
||||
$this->output->writeln("<fg=yellow;options=bold>done</> {$task->getName()} $taskTime");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user