Explorar el Código

remove unused if statement

Alexander Belanger hace 4 años
padre
commit
de10ff8cea
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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)
 	err = updateAgent.UpdateImageAndValues(appConf.Values)
 
 
 	if err != nil {
 	if err != nil {