mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
[FORGEJO] implement lxc separately from self-hosted
This commit is contained in:
parent
22f27b8bd8
commit
4553d1750c
4 changed files with 89 additions and 62 deletions
|
@ -7,6 +7,7 @@ type ExecutionsEnvironment interface {
|
|||
ToContainerPath(string) string
|
||||
GetName() string
|
||||
GetRoot() string
|
||||
GetLXC() bool
|
||||
GetActPath() string
|
||||
GetPathVariableName() string
|
||||
DefaultPathVariable() string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue