Skip to content

Commit

Permalink
Changed Exposed Port to don't collide with background tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed Dec 4, 2016
1 parent 196b3f5 commit f9dcda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Expand Up @@ -87,6 +87,6 @@ test:
- docker run -d --name db postgresql
- docker run -d --name solr solr
- docker run -d --name redis redis:latest
- docker run -d --name ckan -p 5000:5000 --link db:db --link redis:redis --link solr:solr ckan; sleep 10
- curl --retry 10 --retry-delay 5 -v http://localhost:5000
- docker run -d --name ckan -p 5001:5000 --link db:db --link redis:redis --link solr:solr ckan; sleep 10
- curl --retry 10 --retry-delay 5 -v http://localhost:5001

0 comments on commit f9dcda0

Please sign in to comment.