We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf804cc + 7aea170 commit 56d4f75Copy full SHA for 56d4f75
1 file changed
module/DeployAgent/src/Resource/FileSystem/Directory.php
@@ -113,7 +113,6 @@ public function receive(Workspace $build)
113
$event->setDestination($synced);
114
$event->setName(DeployEvent::EVENT_RECEIVE);
115
} catch (FileSystemException $e) {
116
- $event->setSource(null);
117
$event->setError($e);
118
$event->setName(DeployEvent::EVENT_RECEIVE_ERROR);
119
}
0 commit comments