From ae1e4f9d10c666b6cadc613b1b0081cd74740f63 Mon Sep 17 00:00:00 2001 From: Stephen Ball Date: Wed, 8 Jun 2016 10:24:54 +0100 Subject: [PATCH] Update Deployer.php --- PHPCI/Plugin/Deployer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PHPCI/Plugin/Deployer.php b/PHPCI/Plugin/Deployer.php index 9c56a340..55fb1d59 100644 --- a/PHPCI/Plugin/Deployer.php +++ b/PHPCI/Plugin/Deployer.php @@ -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 + 'update_only' => $this->updateOnly, + 'commit' => $this->phpci->interpolate('%COMMIT%'), )); return $response['success'];