Skip to content

Commit

Permalink
contrib/docker-build: don't remove the base image if the first build …
Browse files Browse the repository at this point in the history
…step fails
  • Loading branch information
Solomon Hykes committed Apr 18, 2013
1 parent ee82870 commit deb55e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker-build/docker-build
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def main():
else:
print "Skipping uknown op " + op
except:
docker(["rmi"] + steps)
docker(["rmi"] + steps[1:])
raise
print base

Expand Down

0 comments on commit deb55e4

Please sign in to comment.