Procházet zdrojové kódy

remove unused if statement

Alexander Belanger před 4 roky
rodič
revize
de10ff8cea
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  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 {