Commit 7592abcf authored by duanjinfei's avatar duanjinfei

update handler stardand task

parent a7895407
......@@ -383,6 +383,9 @@ func (t *TaskHandler) ComputeTaskHandler(taskMsg *nodeManagerV1.PushTaskMessage)
}
}
}
if taskMsg.TaskKind == baseV1.TaskKind_StandardTask {
taskExecResult.TaskRespBody = readBody
}
headers, err := json.Marshal(post.Header)
if err != nil {
log.WithError(err).Error("JSON marshal container header failed")
......
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