From 4228b8c195132d08eeba3e3bd9f6e34f42420c85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibaut=20VAR=C3=88NE?= Date: Fri, 21 Oct 2022 18:38:58 +0200 Subject: [PATCH] phase1: Git() no need to specify branch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thibaut VARÈNE --- phase1/master.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/phase1/master.cfg b/phase1/master.cfg index a1c55db..c6edad3 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -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, -- 2.30.2