Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(update): do not pull images on update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy committed Aug 10, 2014
1 parent 329c372 commit 88745a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions updatectl/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ func (c *Client) updateservice() {
count = count + 1
}
}
if count == 0 {
if err := cmd.PullImage(service); err != nil {
fmt.Println("pulling Image failed for " + service)
}
}
}

// pre-install hook (download all new docker images)
Expand Down

0 comments on commit 88745a8

Please sign in to comment.