mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	small fixes @ rsync and targz tasks
This commit is contained in:
		
							parent
							
								
									a66478b3ab
								
							
						
					
					
						commit
						95f09dc3c9
					
				@ -52,7 +52,7 @@ class RsyncTask extends BaseStrategyTaskAbstract implements IsReleaseAware
 | 
				
			|||||||
        $this->checkOverrideRelease();
 | 
					        $this->checkOverrideRelease();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $excludes = $this->getExcludes();
 | 
					        $excludes = $this->getExcludes();
 | 
				
			||||||
        $excludesListFilePath = $this->getExcludesListFile();
 | 
					        $excludesListFilePath = $this->getConfig()->deployment('file_containing_excludes', '');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // If we are working with releases
 | 
					        // If we are working with releases
 | 
				
			||||||
        $deployToDirectory = $this->getConfig()->deployment('to');
 | 
					        $deployToDirectory = $this->getConfig()->deployment('to');
 | 
				
			||||||
 | 
				
			|||||||
@ -46,7 +46,7 @@ class TarGzTask extends BaseStrategyTaskAbstract implements IsReleaseAware
 | 
				
			|||||||
        $this->checkOverrideRelease();
 | 
					        $this->checkOverrideRelease();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $excludes = $this->getExcludes();
 | 
					        $excludes = $this->getExcludes();
 | 
				
			||||||
        $excludesListFilePath   = $this->getExcludesListFile();
 | 
					        $excludesListFilePath   = $this->getConfig()->deployment('file_containing_excludes', '');;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // If we are working with releases
 | 
					        // If we are working with releases
 | 
				
			||||||
        $deployToDirectory = $this->getConfig()->deployment('to');
 | 
					        $deployToDirectory = $this->getConfig()->deployment('to');
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user