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:
parent
6c83d053c8
commit
180fd4c3b3
|
|
@ -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}")
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue