Suspected cause
Looking at the Scaffold code in the _foundations_corecli, I found that init copies a template from a certain directory. Some more searching lead me to said directory _foundationscontrib/resources/template/ which does not contain this job.config.yaml file.
Platform & setup Linux server (Ubuntu18.04)
Describe the bug When executing
foundations init <my_project>
, a project is created with the following directory structure:Expected behavior
Suspected cause Looking at the Scaffold code in the _foundations_corecli, I found that init copies a template from a certain directory. Some more searching lead me to said directory _foundationscontrib/resources/template/ which does not contain this job.config.yaml file.