Jelajahi Sumber

remove unused if statement

Alexander Belanger 4 tahun lalu
induk
melakukan
de10ff8cea
1 mengubah file dengan 0 tambahan dan 5 penghapusan
  1. 0 5
      cli/cmd/apply.go

+ 0 - 5
cli/cmd/apply.go

@@ -466,11 +466,6 @@ func (d *Driver) updateApplication(resource *models.Resource, client *api.Client
 		}
 	}
 
-	// if the build method is registry and the image is set, use the image and compute the tag
-	if appConf.Build.Method == "registry" {
-
-	}
-
 	err = updateAgent.UpdateImageAndValues(appConf.Values)
 
 	if err != nil {