phase1: Git() no need to specify branch
authorThibaut VARÈNE <hacks@slashdirt.org>
Fri, 21 Oct 2022 16:38:58 +0000 (18:38 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 15 May 2023 15:36:01 +0000 (17:36 +0200)
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/master.cfg

index a1c55db7c2e747876d37c3cf76a839bac8af97ff..c6edad33dd4e9a34192a57ce4f4310ae4bc39b66 100644 (file)
@@ -565,7 +565,6 @@ for target in targets:
        factory.addStep(Git(
                name = "git",
                repourl = repo_url,
-               branch = Interpolate("%(prop:branch)s"),
                mode = 'full',
                method = 'fresh',
                locks = NetLockDl,