forked from External/greenlight
circleci configuration and docker build
This commit is contained in:
9
circle.yml
Normal file
9
circle.yml
Normal file
@ -0,0 +1,9 @@
|
||||
machine:
|
||||
services:
|
||||
- docker
|
||||
|
||||
deployment:
|
||||
hub:
|
||||
branch: master
|
||||
commands:
|
||||
- ./scripts/build_image_master.sh
|
Reference in New Issue
Block a user