Commit b3e02360 authored by Brendan Melville's avatar Brendan Melville

Repository now stores latest manifest in deployment.

parent d4bf89c5
......@@ -152,6 +152,8 @@ func (r *mapBasedRepository) AddManifest(deploymentName string, manifest *manage
l[manifest.Name] = manifest
d.LatestManifest = manifest.Name
r.deployments[deploymentName] = *d
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