mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix runner changes (#135)
* Upgrade iron-io/runner to 165c16a9 * fix support for Stdin to work
This commit is contained in:
committed by
C Cirello
parent
1da3c7c7cf
commit
064d597b60
@@ -20,7 +20,7 @@ func (t *containerTask) EnvVars() map[string]string {
|
||||
return t.cfg.Env
|
||||
}
|
||||
func (t *containerTask) Input() io.Reader {
|
||||
return t.cfg.Input
|
||||
return t.cfg.Stdin
|
||||
}
|
||||
|
||||
func (t *containerTask) Labels() map[string]string {
|
||||
|
||||
Reference in New Issue
Block a user