jobs/buildAll: removed useless statement about cleaning repo

there is no repository to clean in the nightly pipeline.

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-09-12 12:49:46 +02:00
parent 6c83d053c8
commit 180fd4c3b3
1 changed files with 0 additions and 1 deletions

View File

@ -260,5 +260,4 @@ def buildAllTargets(commonHelpers, buildBranch) {
error("Failing build - first machine failing = ${firstMachineFailing}") error("Failing build - first machine failing = ${firstMachineFailing}")
} }
} // end catchError } // end catchError
commonHelpers.cleanupRepository("${env.YOCTO_REPO_DIR}")
} }