mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-02 13:28:52 +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.