Skip to content

Commit 88745a8

Browse files
author
Gabriel Monroy
committed
fix(update): do not pull images on update
1 parent 329c372 commit 88745a8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

updatectl/instance.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ func (c *Client) updateservice() {
120120
count = count + 1
121121
}
122122
}
123-
if count == 0 {
124-
if err := cmd.PullImage(service); err != nil {
125-
fmt.Println("pulling Image failed for " + service)
126-
}
127-
}
128123
}
129124

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

0 commit comments

Comments
 (0)