This commit is contained in:
Stephen Ball 2016-09-10 02:22:21 +00:00 committed by GitHub
commit 1ed9ea17a2

View file

@ -65,7 +65,8 @@ class Deployer implements \PHPCI\Plugin
'source' => 'PHPCI',
'url' => $this->phpci->interpolate('%BUILD_URI%'),
'branch' => $this->phpci->interpolate('%BRANCH%'),
'update_only' => $this->updateOnly
'commit' => $this->phpci->interpolate('%COMMIT%'),
'update_only' => $this->updateOnly,
));
return $response['success'];