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
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:
parent
3001e6ec30
commit
12f235af81
1 changed files with 2 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue