SetBuildConfigEnv sets an environment variable to a value that will take action on platform environment variables basedon filename suffix
(env map[string]string)
| 403 | |
| 404 | // SetBuildConfigEnv sets an environment variable to a value that will take action on platform environment variables basedon filename suffix |
| 405 | func (b *Builder) SetBuildConfigEnv(env map[string]string) { |
| 406 | b.buildConfigEnv = env |
| 407 | } |
| 408 | |
| 409 | // SetOrder sets the order of the builder |
| 410 | func (b *Builder) SetOrder(order dist.Order) { |
no outgoing calls