Skip to content

Commit

Permalink
Do not use git pull because origin/master was already fetched.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 25, 2020
1 parent da2d6ca commit aacd918
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tool/sync_default_gems.rb
Expand Up @@ -391,12 +391,11 @@ def update_default_gems(gem)
`git co ruby-core/master`
`git branch ruby-core`
end
`git co ruby-core`
`git fetch ruby-core master --no-tags`
`git co ruby-core`
`git rebase ruby-core/master`
`git co master`
`git stash`
`git pull --rebase`
`git rebase origin/master`
end
end

Expand Down

0 comments on commit aacd918

Please sign in to comment.