Skip to content

Commit 4bb0f24

Browse files
committed
WIP: clean up
1 parent 2b05a9e commit 4bb0f24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/docker_manager/upgrader.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def upgrade
6666
# see http://stackoverflow.com/a/12699604/84283
6767
@repos.each_with_index do |repo, index|
6868
# We automatically handle renames from `master` -> `main`
69-
log("Doing git stuff…")
70-
sleep 5
7169
if repo.upstream_branch == "origin/master" && repo.tracking_ref == "origin/main"
7270
log "Branch has changed to #{repo.tracking_ref}"
7371

0 commit comments

Comments
 (0)