mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 04:48:26 +00:00
8 lines
295 B
Cheetah
8 lines
295 B
Cheetah
{{ define "singleProjectApply" -}}
|
|
{{ $result := index .Results 0 -}}
|
|
Ran {{ .Command }} for {{ if $result.ProjectName }}project: `{{ $result.ProjectName }}` {{ end }}dir: `{{ $result.RepoRelDir }}` workspace: `{{ $result.Workspace }}`
|
|
|
|
{{ $result.Rendered }}
|
|
{{ template "log" . -}}
|
|
{{ end -}}
|