Skip to content

Commit

Permalink
git pull when gitc qa pass runs
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Jan 20, 2012
1 parent 050737e commit 088e597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gitcycle.rb
Expand Up @@ -182,6 +182,7 @@ def qa(*issues)
if issues.first == 'pass'
puts "Merging '#{branch}' into '#{qa_branch['source']}'.\n".green
run("git merge #{branch}")
run("git pull origin #{qa_branch['source']}")
run("git push origin #{qa_branch['source']}")
end

Expand Down

0 comments on commit 088e597

Please sign in to comment.