mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-07 21:18:34 +00:00
* 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>
11 lines
130 B
Cheetah
11 lines
130 B
Cheetah
{{ define "log" -}}
|
|
{{ if .Verbose }}
|
|
<details><summary>Log</summary>
|
|
<p>
|
|
|
|
```
|
|
{{.Log}}```
|
|
</p></details>
|
|
{{ end -}}
|
|
{{ end -}}
|