Skip to content

Commit

Permalink
💚(circle) fix dev images cache & hub job
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
jmaupetit committed Apr 27, 2018
1 parent 8747047 commit 60c6bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- save_cache:
paths:
- ~/fun/docker/images/
- ~/fun/docker/images/dev/
key: docker-debian-images-dev-{{ .Revision }}

lint-back-flake8:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 60c6bfa

Please sign in to comment.