Compare commits
2 commits
master
...
add-commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3169aa9e1a | ||
|
|
cf5402d894 |
1 changed files with 2 additions and 1 deletions
|
|
@ -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'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue