mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 17:18:45 +00:00
* Initial work. * Periodic push. * Fmt and start adding args to approve_policies cmd. * keep funcs for now. * Periodic push. * Periodic push. * fmt. * Move approve policies logic to project_command_runner. * update some tests * More test fixes. * update more tests. fix som logic. * more tests. add additional info to common data for custom templates. * fix apply with policies bug. update more tests/fmt * file perms * fix error parsing for conftest results. * Update more tests and linting. * update documentation. * Address no-fail case. Address comments. * Forgot changes. * fix markdown renderer * Fix policy fail logic. remove uneeded tmpl var * targeted policy approvals fix * Address PR comments. * empty commit to trigger build --------- Co-authored-by: PePe Amengual <jose.amengual@gmail.com> Co-authored-by: rkstrickland <ross.strickland@instacart.com> Co-authored-by: Dylan Page <dylan.page@autodesk.com>
13 lines
203 B
Cheetah
13 lines
203 B
Cheetah
{{ define "wrappedErr" -}}
|
|
**{{ .Command }} Error**
|
|
<details><summary>Show Output</summary>
|
|
|
|
```
|
|
{{ .Error }}
|
|
```
|
|
{{- if ne .RenderedContext "" }}
|
|
{{ .RenderedContext }}
|
|
{{- end }}
|
|
</details>
|
|
{{ end -}}
|