Say we have the following tree:
.gitignore
.servicer
services.yaml
.pypirc
somefile.yaml
Paths should usually be relative to the root directory of the project. A credentials step looks like this:
steps:
credentials:
config:
steps:
- type: generate_pypi_config
args:
config:
pypirc:
path: ./.servicer/.pypirc
servers:
...
However, inclusions are currently executed relative to the .servicer directory.
myservice:
includes:
path: ../somefile.yaml
Consistency would make this easier. Is there a reason for the different strategies?
Say we have the following tree:
Paths should usually be relative to the root directory of the project. A credentials step looks like this:
However, inclusions are currently executed relative to the .servicer directory.
Consistency would make this easier. Is there a reason for the different strategies?