From 6e8ac0947a39c278ca5aeff4919bfc4606b992e2 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Wed, 12 Oct 2016 14:21:04 -0400 Subject: [PATCH] Fix circle release. Use a custom exec id because circle ci is failing to remove containers, which results in a container name conflcit when trying to create the container to build the binary. Signed-off-by: Daniel Nephin --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 0884101..2d34e88 100644 --- a/circle.yml +++ b/circle.yml @@ -23,4 +23,4 @@ test: deployment: release: tag: /v[0-9]+(\.[0-9]+)*/ - commands: ['circle/dobi release'] + commands: ['DOBI_EXEC_ID=release circle/dobi release']