Skip to content

Commit

Permalink
Reinstated ejabberd docker image caching
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmoors committed May 18, 2015
1 parent d6c531b commit 529a471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ dependencies:
override:
- pip install tox
- docker info
- if [[ -e ~/docker/image.tar ]]; then docker load --input ~/docker/image.tar; fi
- docker pull dirkmoors/ejabberd
- mkdir -p ~/docker; docker save dirkmoors/ejabberd > ~/docker/image.tar
test:
override:
- ./ejabberd.sh; sleep 10
Expand Down

0 comments on commit 529a471

Please sign in to comment.