mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Update AbstractTask.php
This commit is contained in:
		
							parent
							
								
									74087c9dd9
								
							
						
					
					
						commit
						861a823f7e
					
				@ -223,7 +223,7 @@ abstract class AbstractTask
 | 
			
		||||
     */
 | 
			
		||||
    protected final function runCommand($command, &$output = null)
 | 
			
		||||
    {
 | 
			
		||||
        if ($this->getStage() == self::STAGE_DEPLOY) {
 | 
			
		||||
        if ($this->getStage() == self::STAGE_DEPLOY || $this->getStage() == self::STAGE_POST_RELEASE) {
 | 
			
		||||
            return $this->runCommandRemote($command, $output);
 | 
			
		||||
        } else {
 | 
			
		||||
            return $this->runCommandLocal($command, $output);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user