We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b05a9e commit 4bb0f24Copy full SHA for 4bb0f24
lib/docker_manager/upgrader.rb
@@ -66,8 +66,6 @@ def upgrade
66
# see http://stackoverflow.com/a/12699604/84283
67
@repos.each_with_index do |repo, index|
68
# We automatically handle renames from `master` -> `main`
69
- log("Doing git stuff…")
70
- sleep 5
71
if repo.upstream_branch == "origin/master" && repo.tracking_ref == "origin/main"
72
log "Branch has changed to #{repo.tracking_ref}"
73
0 commit comments