mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-31 03:08:42 +00:00
12 lines
335 B
Cheetah
12 lines
335 B
Cheetah
{{ define "multiProjectHeader" -}}
|
|
Ran {{.Command}} for {{ len .Results }} projects:
|
|
|
|
{{ range $result := .Results -}}
|
|
1. {{ if $result.ProjectName }}project: `{{ $result.ProjectName }}` {{ end }}dir: `{{ $result.RepoRelDir }}` workspace: `{{ $result.Workspace }}`
|
|
{{ end -}}
|
|
{{ if (gt (len .Results) 0) -}}
|
|
---
|
|
|
|
{{ end -}}
|
|
{{ end -}}
|