Commit 11606a08 authored by vaikas-google's avatar vaikas-google

Merge pull request #139 from bmelville/137

Repository now stores latest manifest in deployment.
parents d4bf89c5 b3e02360
...@@ -152,6 +152,8 @@ func (r *mapBasedRepository) AddManifest(deploymentName string, manifest *manage ...@@ -152,6 +152,8 @@ func (r *mapBasedRepository) AddManifest(deploymentName string, manifest *manage
l[manifest.Name] = manifest l[manifest.Name] = manifest
d.LatestManifest = manifest.Name d.LatestManifest = manifest.Name
r.deployments[deploymentName] = *d
return nil return nil
}() }()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment