Files
atlantis/server/events/templates/multi_project_version.tmpl
Ken Kaizu 6f28b6a8e4 fix: trim space markdown renderer (#2947)
* chore: trim space rendered templates

* regen e2e results

* revert parallel output substring check test case

* follow master branch

* follow main branch

* Update approve_policies_command_runner_test.go

Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
2023-01-10 23:48:20 -06:00

11 lines
348 B
Cheetah

{{ define "multiProjectVersion" -}}
{{ template "multiProjectHeader" . }}
{{ range $i, $result := .Results -}}
### {{ add $i 1 }}. {{ if $result.ProjectName }}project: `{{ $result.ProjectName }}` {{ end }}dir: `{{ $result.RepoRelDir }}` workspace: `{{ $result.Workspace }}`
{{ $result.Rendered}}
---
{{ end -}}
{{- template "log" . -}}
{{ end -}}