fixed path
This commit is contained in:
parent
a8106995fa
commit
f1a68c0946
@ -10,8 +10,8 @@ in : a relative path as given by GITEA_PREFIX_SRC (https://docs.gitea.io/en-us/c
|
|||||||
return : The name of the folder containing the cloned repo
|
return : The name of the folder containing the cloned repo
|
||||||
"""
|
"""
|
||||||
|
|
||||||
#PATH_PREFIX = "/var/lib/gitea/git/repositories"
|
PATH_PREFIX = "/var/lib/gitea/git/repositories"
|
||||||
PATH_PREFIX = ".."
|
#PATH_PREFIX = ".."
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import subprocess
|
import subprocess
|
||||||
|
Loading…
x
Reference in New Issue
Block a user