mkdir
Some checks failed
/ alpine (push) Failing after 45s
/ debian (push) Failing after 1m4s
/ ubuntu (push) Failing after 1m1s
/ arch (push) Failing after 1m39s
/ opensuse (push) Failing after 2m44s
/ alma (push) Has been cancelled
/ rocky (push) Has been cancelled
/ fedora (push) Has been cancelled
Some checks failed
/ alpine (push) Failing after 45s
/ debian (push) Failing after 1m4s
/ ubuntu (push) Failing after 1m1s
/ arch (push) Failing after 1m39s
/ opensuse (push) Failing after 2m44s
/ alma (push) Has been cancelled
/ rocky (push) Has been cancelled
/ fedora (push) Has been cancelled
This commit is contained in:
parent
dbb27ac0ef
commit
3001e6ec30
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ def install_actions(path: Path) -> None:
|
|||
log.info(target)
|
||||
browse(target)
|
||||
browse(project.root)
|
||||
source.symlink_to(target)
|
||||
# source.symlink_to(target)
|
||||
fs.make_directory(source)
|
||||
browse(project.root)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue