ls
Some checks failed
/ alpine (push) Successful in 46s
/ debian (push) Failing after 1m3s
/ ubuntu (push) Failing after 1m2s
/ arch (push) Successful in 1m34s
/ opensuse (push) Successful in 2m49s
/ fedora (push) Successful in 8m23s
/ alma (push) Failing after 1m36s
/ rocky (push) Failing after 2m10s

This commit is contained in:
Marc Beninca 2024-10-14 23:49:02 +02:00
parent 3001e6ec30
commit 12f235af81
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -55,11 +55,8 @@ def install_actions(path: Path) -> None:
target = path.parent / "actions"
log.info(source)
log.info(target)
browse(target)
browse(project.root)
# source.symlink_to(target)
fs.make_directory(source)
browse(project.root)
source.symlink_to(target)
run("ls", "-l")
def install_commands(path: Path) -> None: