Replaced the find approach with a Go templating approach. It executes the pre-start scripts in the order that was passed to the jobs field in the role manifest.
Test plan
Make sure that the order passed to the jobs is respected when rendering run.sh.
Description
Replaced the
find
approach with a Go templating approach. It executes the pre-start scripts in the order that was passed to the jobs field in the role manifest.Test plan
Make sure that the order passed to the jobs is respected when rendering
run.sh
.