mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-07 03:48:45 +00:00
This version changes how we parse custom run steps. Previously we used the go-shlex library to parse the steps but this caused users issues because they'd have to use weird escaping. Now we simply pass the step directy to sh -c without any parsing. The parsing was unnecessary.
layout, pageClass, heroImage, heroText, actionText, actionLink, title
| layout | pageClass | heroImage | heroText | actionText | actionLink | title |
|---|---|---|---|---|---|---|
| HomeCustom | home-custom | /hero.png | Atlantis | Get Started → | /guide/ | Terraform Pull Request Automation |