Skip to content
Snippets Groups Projects

ci: Run docs job in chroot

Merged Imported Administrator requested to merge pmb-ci-artifacts into master
All threads resolved!
+ 1
1
@@ -186,7 +186,7 @@ def run_scripts(topdir, scripts):
if script["artifacts"]:
logging.info(f"Copy CI artifacts to ./ci-artifacts/{script_name}")
path = Chroot.native() / Path("/home/pmos/ci") / script["artifacts"]
path = Chroot.native().path / "home/pmos/ci" / script["artifacts"]
target = topdir / "ci-artifacts" / script_name
pmb.helpers.run.user(["rm", "-rf", target])
pmb.helpers.run.user(["mkdir", "-p", target])
Loading