mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-31 01:36:51 +00:00 
			
		
		
		
	Add user as docker backend_option (#4526)
This commit is contained in:
		| @@ -86,7 +86,7 @@ const ( | ||||
|  | ||||
| func parseBackendOptions(step *backend.Step) (BackendOptions, error) { | ||||
| 	var result BackendOptions | ||||
| 	if step.BackendOptions == nil { | ||||
| 	if step == nil || step.BackendOptions == nil { | ||||
| 		return result, nil | ||||
| 	} | ||||
| 	err := mapstructure.Decode(step.BackendOptions[EngineName], &result) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user