Is it possible to include yaml files from other repositories?
We provided access to the repository, but it seems the problem is in the order. The checkout is only being done when the actual build is run.
Build:
tasks:
- !include 'yaml-pipeline-demo/bamboo-specs/jobs/run-build.yml'
Where yaml-pipeline-demo is the name of the other repository where we want to retrieve run-build.yml from.
The repository is added via the `repositories:` tag.
Anyone succeeded in implementing this?