Skip to content

Commit 2c98520

Browse files
committed
Run docker build on CI
1 parent 2349981 commit 2c98520

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

circle.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,19 @@ jobs:
3535
environment:
3636
COMPOSE_FILE: docker-compose.yml:docker-compose.ci.yml
3737
SERVICE_NAME: ruby-2-2
38+
test-docker-build:
39+
docker:
40+
- image: docker
41+
steps:
42+
- checkout
43+
- setup_remote_docker:
44+
version: 17.05.0-ce
45+
- run: docker build .
3846
workflows:
3947
version: 2
4048
test:
4149
jobs:
4250
- test-2-4
4351
- test-2-3
4452
- test-2-2
53+
- test-docker-build

0 commit comments

Comments
 (0)