зеркало из https://github.com/github/ruby.git
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:
Родитель
b03aa7dcd7
Коммит
ce2062dee6
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче