Skip to content

Commit

Permalink
Fix circle release.
Browse files Browse the repository at this point in the history
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 <dnephin@gmail.com>
  • Loading branch information
dnephin committed Oct 12, 2016
1 parent f5574b4 commit 6e8ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']

0 comments on commit 6e8ac09

Please sign in to comment.