Alexander Belanger 4 лет назад
Родитель
Сommit
8e7a5912e4
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      cli/cmd/deploy/deploy.go

+ 1 - 3
cli/cmd/deploy/deploy.go

@@ -381,9 +381,7 @@ func (d *DeployAgent) pullCurrentReleaseImage() error {
 
 	fmt.Printf("attempting to pull image: %s\n", fmt.Sprintf("%s:%s", d.imageRepo, tagStr))
 
-	// return d.agent.PullImage(fmt.Sprintf("%s:%s", d.imageRepo, tagStr))
-
-	return nil
+	return d.agent.PullImage(fmt.Sprintf("%s:%s", d.imageRepo, tagStr))
 }
 
 func (d *DeployAgent) downloadRepoToDir(downloadURL string) (string, error) {