I want to push another repo/branch to run CI before pushing it to
official branch.
This commit is contained in:
NARUSE, Yui 2021-02-02 19:12:49 +09:00
Родитель b03aa7dcd7
Коммит ce2062dee6
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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