1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-25 19:17:01 +00:00

Add option to allow files/directories in .gitignore to be copied to container (#537)

* disable gitignore for actions

* feat: Add option to allow/disallow paths specified in .gitignore

Co-authored-by: Alan Birtles <alan.birtles@eu.sony.com>
This commit is contained in:
Ryan (hackercat) 2021-05-03 16:37:20 +02:00 committed by GitHub
parent 442a8a95ae
commit cf202bedb5
6 changed files with 19 additions and 12 deletions

View file

@ -27,6 +27,7 @@ type Input struct {
privileged bool
usernsMode string
containerArchitecture string
useGitIgnore bool
}
func (i *Input) resolve(path string) string {