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 dce4f91 commit 0278d02Copy full SHA for 0278d02
DeployApplication.php
@@ -76,7 +76,7 @@ public function execute(array $customCommands = [])
76
return;
77
}
78
if (empty($customCommands)) {
79
- $this->exec(['git branch', 'git pull && git log -1']);
+ $this->exec(['git branch', 'git pull']); // git pull && git log -1
80
} else {
81
$this->exec($customCommands);
82
0 commit comments