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:
@@ -27,6 +27,7 @@ type Input struct {
|
||||
privileged bool
|
||||
usernsMode string
|
||||
containerArchitecture string
|
||||
useGitIgnore bool
|
||||
}
|
||||
|
||||
func (i *Input) resolve(path string) string {
|
||||
|
Reference in New Issue
Block a user