Make branches file content consistent with stack.yml #415

Open
opened 2023-05-28 17:17:08 +00:00 by dboreham · 1 comment
Contributor

Branches file uses a space delimiter between the repo name and the branch.
In stack.yml and on the command line we use "@".

Branches file uses a space delimiter between the repo name and the branch. In stack.yml and on the command line we use "@".
Member

can probably remove --branches-file and --branches altogether, given what works in the stack.yml

https://github.com/cerc-io/stack-orchestrator/blob/bc78c5e0d6f2b7a0719959024fb65ea01bce1770/app/setup_repositories.py#L196

can probably remove `--branches-file` and `--branches` altogether, given what works in the `stack.yml` https://github.com/cerc-io/stack-orchestrator/blob/bc78c5e0d6f2b7a0719959024fb65ea01bce1770/app/setup_repositories.py#L196
This repo is archived. You cannot comment on issues.
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#415