We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ab05c commit 42a7465Copy full SHA for 42a7465
1 file changed
builder/templates/builder
@@ -182,4 +182,4 @@ echo
182
cd $REPO_DIR
183
git gc &>/dev/null
184
[ $JOB ] && docker rm -f $JOB &>/dev/null
185
-docker rmi -f $TMP_IMAGE &>/dev/null
+docker rmi -f $TMP_IMAGE &>/dev/null || true
0 commit comments