From 60c6bfa29697ae69d212cf5aab8328e2439cbcb4 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Fri, 27 Apr 2018 15:20:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A(circle)=20fix=20dev=20images=20cac?= =?UTF-8?q?he=20&=20hub=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * The hub job was broken since it wasn't docker loading the development images archive. * Debian images development cache was not targetting the good directory. This had no consequences except increasing the cache size. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b94e69be3..a16a2cf2e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -96,7 +96,7 @@ jobs: - save_cache: paths: - - ~/fun/docker/images/ + - ~/fun/docker/images/dev/ key: docker-debian-images-dev-{{ .Revision }} lint-back-flake8: @@ -342,7 +342,7 @@ jobs: - run: name: Load images to docker engine command: | - docker load < docker/images/richie.tar + docker load < docker/images/dev/richie.tar docker load < docker/images/alpine/richie.tar # Login to DockerHub to Publish new images