Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
that will be here
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Jun 23, 2017
1 parent 7dc4d38 commit 10d5a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ dependencies:
"$CIRCLE_BUILD_URL"
> version.json
- cp version.json $CIRCLE_ARTIFACTS
- cd docker; docker build -t app:build .
- cd docker; docker build --rm=false -t app:build .
- >
I="image-$(date +%j).tar"; mkdir -p ~/docker; rm ~/docker/*; docker save app:build > ~/docker/$I; ls -l ~/docker
test:
override:
- cd docker; docker run --rm=false -d -i -p 5000:5000 app:build test; sleep 10
- cd docker; docker run -d -i -p 5000:5000 app:build test; sleep 10
- curl --retry 10 --retry-delay 5 -v 'http://localhost:5000/__version__'
deployment:
hub_latest:
Expand Down

0 comments on commit 10d5a1b

Please sign in to comment.