mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Drop pushing local repo
I want to push another repo/branch to run CI before pushing it to official branch.
This commit is contained in:
parent
b03aa7dcd7
commit
ce2062dee6
1 changed files with 1 additions and 2 deletions
|
|
@ -220,8 +220,7 @@ class << Merger
|
|||
else
|
||||
current_branch = IO.popen(['git', 'rev-parse', '--abbrev-ref', 'HEAD'], &:read).strip
|
||||
execute('git', 'add', '.') &&
|
||||
execute('git', 'commit', '-F', file) &&
|
||||
execute('git', 'push', ORIGIN, current_branch)
|
||||
execute('git', 'commit', '-F', file)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue