eda_projects.yml.j2

This file is manadatory for a correct pipeline run.

---
{% set curr_env=curr_file.split(',')[0] %}
eda_projects_{{ curr_env }}: []

...

The resulting file:

In the all folder the file will look like this:

eda_projects_all: []

...