Skip to content

Commit

Permalink
give it time
Browse files Browse the repository at this point in the history
  • Loading branch information
duluca committed Apr 22, 2020
1 parent 6edba3e commit cf33351
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,16 @@ jobs:
command: |
set -x
docker run --network container:web \
appropriate/curl --retry 10 --retry-delay 1 \--retry-connrefused \
appropriate/curl --retry 10 --retry-delay 1 --retry-connrefused \
http://localhost:80
- run:
name: Verify db login with api
command: |
set -x
docker run --network container:api appropriate/curl -H "accept: application/json" -H "Content-Type: application/json" -d "$LOGIN_JSON" http://localhost:3000/v1/auth/login
docker run --network container:api \
appropriate/curl --retry 10 --retry-delay 10 --retry-connrefused \
-H "accept: application/json" -H "Content-Type: application/json" \
-d "$LOGIN_JSON" http://localhost:3000/v1/auth/login
workflows:
version: 2
Expand Down

0 comments on commit cf33351

Please sign in to comment.