update circleci to build image from source

This commit is contained in:
Bradley Cicenas
2017-03-19 06:14:56 +00:00
parent 60213f1551
commit 2b2338805b
3 changed files with 4 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ machine:
dependencies:
override:
- docker info
- docker build --build-arg CTOP_VERSION=$(cat VERSION) -t ctop .
- make image
test:
override: