mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 12:28:38 +00:00
* added custom templates support * made default templates DRY * Change init to anonymous function. * Initialize anonymous function inside var * - Add flag/cfg param for custom template dir - Add test for custom template * Add documentation. * Address PR comments. Co-authored-by: Ricard Bejarano <ribejara@thousandeyes.com>
4 lines
73 B
Cheetah
4 lines
73 B
Cheetah
{{ define "failure" -}}
|
|
**{{.Command}} Failed**: {{.Failure}}
|
|
{{- end }}
|