Skip to content

Commit

Permalink
Include pull in final branch
Browse files Browse the repository at this point in the history
  • Loading branch information
juanber84 authored Aug 31, 2016
1 parent 251c4dd commit c06d89e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Juanber84/Console/Command/DeployProjectsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
'git checkout ' .$merge,
'git pull',
'git checkout ' .$final,
'git pull',
'git merge '.$merge,
'git push --progress 2>&1',
'git checkout develop',
Expand Down Expand Up @@ -155,4 +156,4 @@ protected function execute(InputInterface $input, OutputInterface $output)
}

}
}
}

0 comments on commit c06d89e

Please sign in to comment.