deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

fix(gitreceive): specify manifests as Go templates on disk #101

Closed arschles closed 8 years ago

arschles commented 8 years ago

Fixes #79

arschles commented 8 years ago

currently breaks git pushes. example output:

ENG000656:example-go aaronschlesinger$ git commit -m "asd" --allow-empty && git push deis master
[master a90f0ea] asd
Counting objects: 1, done.
Writing objects: 100% (1/1), 182 bytes | 0 bytes/s, done.
Total 1 (delta 0), reused 0 (delta 0)
Running in debug mode
Running git hook
read [832fbe4502a4eb437f1fb0dcd63bcf1a3270faf2,a90f0ea8d192db31ad2cde7c57c753188c32e8b3,refs/heads/master]
Workflow request /v2/hooks/push (body elided)
To ssh://git@deis.130.211.154.75.xip.io:2222/gotest.git
   832fbe4..a90f0ea  master -> master
arschles commented 8 years ago

Closed by #133