Commit 224c5411 authored by wentao.suo's avatar wentao.suo

fix

parent 72b2ddfb
...@@ -76,9 +76,8 @@ def call(body) { ...@@ -76,9 +76,8 @@ def call(body) {
} catch (err) { } catch (err) {
_utils.beautyEcho(err, "fail") _utils.beautyEcho(err, "fail")
if(imageTagInfos != null){ _stage.clean_images(imageTagInfo["imageTag"],contextDir)
_stage.clean_images(imageTagInfo["imageTag"],contextDir)
}
throw err throw err
} }
} }
......
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