1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 13:20:17 +02:00

small fixes @ rsync and targz tasks

This commit is contained in:
Alex V Kotelnikov 2014-10-30 12:31:05 +04:00
parent a66478b3ab
commit 95f09dc3c9
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ class RsyncTask extends BaseStrategyTaskAbstract implements IsReleaseAware
$this->checkOverrideRelease();
$excludes = $this->getExcludes();
$excludesListFilePath = $this->getExcludesListFile();
$excludesListFilePath = $this->getConfig()->deployment('file_containing_excludes', '');
// If we are working with releases
$deployToDirectory = $this->getConfig()->deployment('to');

View File

@ -46,7 +46,7 @@ class TarGzTask extends BaseStrategyTaskAbstract implements IsReleaseAware
$this->checkOverrideRelease();
$excludes = $this->getExcludes();
$excludesListFilePath = $this->getExcludesListFile();
$excludesListFilePath = $this->getConfig()->deployment('file_containing_excludes', '');;
// If we are working with releases
$deployToDirectory = $this->getConfig()->deployment('to');