#398 standard-test-basic, repositories, branch - ends up doing nothing
Opened by churchyard. Modified

So I've just tried to do this (use a fork repo and a custom branch):

  roles:
  - role: standard-test-basic
    repositories:
    - repo: "https://src.fedoraproject.org/forks/churchyard/rpms/pyproject-rpm-macros.git"
      branch: "mockbuild_options"
      dest: "pyproject-rpm-macros"

It passed but did not clone anything. That is a tad confusing. I assume the branch needs to be specified as version: (is that correct?), so my code is wrong, but should it not error out?

Side question: Where exactly do I find repositories/repo options documented?


Hi, I updated documentation for this case https://pagure.io/standard-test-roles/c/dee5e5a6f808ebaedd757108384f1909fa83fe9a?branch=master
Please use version instead of branch

Thanks, the documentation problem is now fixed.

Note that the primary reason for this issue is that I believe the thing should abort, not silently proceed, when used wrongly.

Metadata