Skip to content

Commit

Permalink
Merge pull request deis#2452 from aledbf/avoid_builder_push_rm_error
Browse files Browse the repository at this point in the history
fix(builder): avoid return an error if is not possible remove an image
  • Loading branch information
carmstrong committed Nov 10, 2014
2 parents b38eaa3 + 42a7465 commit 1a994d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/templates/builder
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ echo
cd $REPO_DIR
git gc &>/dev/null
[ $JOB ] && docker rm -f $JOB &>/dev/null
docker rmi -f $TMP_IMAGE &>/dev/null
docker rmi -f $TMP_IMAGE &>/dev/null || true

0 comments on commit 1a994d2

Please sign in to comment.