Skip to content

Commit

Permalink
BugFix on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed Dec 4, 2016
1 parent a2dd96d commit 196b3f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Expand Up @@ -84,9 +84,9 @@ test:
- mocha-phantomjs http://localhost:5000/base/test/index.html

# Docker
- docker run -d -p --name db postgresql
- docker run -d -p --name solr solr
- docker run -d -p --name redis redis:latest
- docker run -d -p --name ckan 5000:5000 --link db:db --link redis:redis --link solr:solr ckan; sleep 10
- 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

0 comments on commit 196b3f5

Please sign in to comment.