A simple templating engine (or even a simple replace or regex) would be useful to setup common variables in hooks payload (like the channel, environment, or docker image hash).
Right now code-review & bugbug manually clone the repo, do a sed/replace script on the payload, then run taskboot 😢
A simple templating engine (or even a simple
replaceor regex) would be useful to setup common variables in hooks payload (like the channel, environment, or docker image hash).Right now
code-review&bugbugmanually clone the repo, do a sed/replace script on the payload, then run taskboot 😢