From 6a85aa5fb64e81ca9430624aef82800a8feafc06 Mon Sep 17 00:00:00 2001 From: mudler Date: Thu, 12 Nov 2015 16:47:18 +0100 Subject: [PATCH] [circle] building the docker container and then pushing the squashed --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 25fe6a7..7d1151f 100644 --- a/circle.yml +++ b/circle.yml @@ -5,7 +5,7 @@ machine: dependencies: override: - docker info - - docker pull sabayon/base-amd64 + - docker build -t sabayon/base-amd64 . - docker export $(docker run -i -t sabayon/base-amd64 true && docker ps -aq | xargs echo | cut -d ' ' -f 1) | docker import - sabayon/base-amd64-squashed test: