Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using import "foo.yml" syntax expects the working directory to be "foo" #1361

Open
aiuto opened this issue Apr 19, 2022 · 0 comments
Open

Using import "foo.yml" syntax expects the working directory to be "foo" #1361

aiuto opened this issue Apr 19, 2022 · 0 comments

Comments

@aiuto
Copy link
Contributor

aiuto commented Apr 19, 2022

This is a strange and undocumented feature. It means you can't easily split sections of the yaml up by logical grouping. Instead, it expects sections to be by file system layout. For example, if you called the include file tutorials.yml, but actual things were scattered, we have to work around it with things like

tutorials.yml

tasks:
  concept1:
     working_directory: ../training/concept1
  getting_started:
     working_directory: ../basics/getting_started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant