This commit is contained in:
Pedro Nasser
2016-08-27 00:03:28 -03:00
parent a67202978e
commit ba872462af
2 changed files with 1 additions and 6 deletions

View File

@@ -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,