mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fix test
This commit is contained in:
@@ -135,7 +135,6 @@ func handleRunner(c *gin.Context) {
|
||||
for _, param := range params {
|
||||
envVars["PARAM_"+strings.ToUpper(param.Key)] = param.Value
|
||||
}
|
||||
fmt.Println(envVars)
|
||||
|
||||
cfg := &runner.Config{
|
||||
Image: el.Image,
|
||||
|
||||
Reference in New Issue
Block a user