Commit 2992a35e authored by duanjinfei's avatar duanjinfei

Merge branch 'master' into test

parents ef3afe97 6abe240d
......@@ -537,7 +537,8 @@ func (op *TaskOp) waitReqContainerOk(dockerOp *operate.DockerOp) error {
log.Errorf("%s", "The maximum execution time for this task has been exceeded")
return fmt.Errorf("%s", "The maximum execution time for this task has been exceeded")
}
post, err := op.httpClient.Do(op.request)
newQuest := op.request
post, err := op.httpClient.Do(newQuest)
if err != nil {
log.WithField("error:", err).Error("Http client post request container failed")
return fmt.Errorf("%s,%s", "Http client post request container failed", err.Error())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment