Skip to content

Inconsistent Pathing #15

@RyanTimoney

Description

@RyanTimoney

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions