Commit 6728326c authored by Seth Vargo's avatar Seth Vargo

Also pass in the template contents and name of the template when pushing

parent 983b0b89
......@@ -155,6 +155,8 @@ func (c *PushCommand) Run(args []string) int {
if message != "" {
metadata["message"] = message
}
metadata["template"] = tpl.RawContents
metadata["template_name"] = filepath.Base(args[0])
uploadOpts.Metadata = metadata
// Warn about builds not having post-processors.
......
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