Unverified Commit 83e715e8 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

d-i_manual: do not wipe the workspace before building



the jobs keep data in the workspace between builds, and that was the
previous behaviour before moving to git

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 33fa12bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -262,6 +262,7 @@ def jobspec_manual(key, name, desc, defaults=None,
                             lang, fmt, po] if p != '']
    j = {'scm': [{'git': {
                'url': 'https://salsa.debian.org/installer-team/installation-guide.git',
                'wipe-workspace': False,
                'branches': ['master'], 'basedir': 'manual'}}],
         'project-type': 'freestyle',
         'builders': [{'shell': ' '.join(shell_cmd)}],