Skip to content

add opportunity to create multiple files from single source (files section) #36

@kozmod

Description

@kozmod

current realization:

files:
  - path: x/config.yaml
    get:
      url: "{{printf `%s%s%s` $gitlab_path `config_tmpl.yaml` $gitlab_raw_suffix}}"

possible usage:

files:
  - path: [x/config_dev.yaml, x/config_stage.yaml, x/config_prod.yaml]
    get:
      url: "{{printf `%s%s%s` $gitlab_path `config_tmpl.yaml` $gitlab_raw_suffix}}"

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions