1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-10-10 19:32:04 +00:00

add flag of privileged mode

This commit is contained in:
whywaita 2020-08-02 05:21:49 +09:00
parent 0049033470
commit 4d237924ac
6 changed files with 8 additions and 0 deletions

View file

@ -20,6 +20,7 @@ type Input struct {
noOutput bool
envfile string
secretfile string
privileged bool
}
func (i *Input) resolve(path string) string {