From 06a29fc912c89fec5112d1ff2c3a1554aaa262fa Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Thu, 6 Apr 2017 20:58:54 +0800 Subject: [PATCH] fix circleci build circleci apparently does not allow containers/volumes to be removed --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e9a5748..7a96f8e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ image: docker build -t ctop_build -f Dockerfile_build . docker create --name=ctop_built ctop_build ctop -v docker cp ctop_built:/go/bin/ctop . - docker rm -vf ctop_built docker build -t ctop -f Dockerfile . release: