Commit 0e2671f8 authored by duanjinfei's avatar duanjinfei

update checkIsStopContainer

parent 50a49976
......@@ -157,7 +157,7 @@ func (t *TaskWorker) ComputeTaskHandler(taskMsg *nodeManagerV1.PushTaskMessage)
log.Info("received task cmd :", taskOp.taskCmd)
log.WithField("t.oldTaskImageName", t.oldTaskImageName).WithField("newTaskImageName", taskOp.taskCmd.ImageName).Info("task image info")
if taskMsg.TaskKind != baseV1.TaskKind_StandardTask {
//t.checkIsStopContainer(taskOp.taskCmd)
t.checkIsStopContainer(taskOp.taskCmd)
}
log.Info("check is stop container finished")
imageId := t.foundTaskImage(taskOp.taskCmd)
......
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