Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2025 02:22 AM
Hello @HrushiM! Did this work for you? I tried to use a variable in the "include" session but looks like it doesn't read the variable. If I replace "${bundle.target}" with hardcoded "dev" then it works correctly. (tried ${var.env} as well, also didn't work)
```
include:
- resources/common/*.yml
- resources/${bundle.target}/*.yml
```