Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 63184c2

Browse files
author
David Chung
authored
Fix broken build (#437)
Signed-off-by: David Chung <[email protected]>
1 parent 0edb701 commit 63184c2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

circle.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
machine:
2-
post:
3-
- curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-1.13.1.tgz && sudo tar --strip-components=1 -xvzf docker-1.13.1.tgz -C /usr/local/bin
4-
- sudo container=yes docker daemon: { background: true }
2+
pre:
3+
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
4+
services:
5+
- docker
56

67
environment:
78
OS: "linux"
@@ -42,6 +43,10 @@ test:
4243
- cd $WORKDIR && bash <(curl -s https://codecov.io/bash)
4344

4445
deployment:
46+
pr:
47+
branch: /pull\/.*/
48+
commands:
49+
- DOCKER_BUILD_FLAGS="--rm=false" make build-docker
4550
release:
4651
branch: /release-.*/
4752
commands:

0 commit comments

Comments
 (0)