Skip to content

Commit

Permalink
Install curl before running tests, to avoid timeout in Debian Wheezy …
Browse files Browse the repository at this point in the history
…test.
  • Loading branch information
Aloysius Lim committed May 21, 2015
1 parent 3cdd81e commit 4f006f2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Ansible role to install Elasticsearch on Debian (Ubuntu) and Enterprise Linux (R
Operating System | Release | Status |
---------------- | ------- | ------ |
centos | 6 | ![Vagrant passed](https://img.shields.io/badge/vagrant-passed-brightgreen.svg?style=flat-square) ![Docker passed](https://img.shields.io/badge/docker-passed-brightgreen.svg?style=flat-square) |
centos | 7 | ![Vagrant passed](https://img.shields.io/badge/vagrant-passed-brightgreen.svg?style=flat-square) ![Docker failed](https://img.shields.io/badge/docker-failed-brightred.svg?style=flat-square) |
debian | wheezy | ![Vagrant passed](https://img.shields.io/badge/vagrant-passed-brightgreen.svg?style=flat-square) ![Docker failed](https://img.shields.io/badge/docker-fauked-brightred.svg?style=flat-square) |
debian | jessie | ![Vagrant failed](https://img.shields.io/badge/vagrant-failed-brightred.svg?style=flat-square) ![Docker passed](https://img.shields.io/badge/docker-passed-brightgreen.svg?style=flat-square) |
centos | 7 | ![Vagrant passed](https://img.shields.io/badge/vagrant-passed-brightgreen.svg?style=flat-square) ![Docker failed](https://img.shields.io/badge/docker-failed-red.svg?style=flat-square) |
debian | wheezy | ![Vagrant passed](https://img.shields.io/badge/vagrant-passed-brightgreen.svg?style=flat-square) ![Docker failed](https://img.shields.io/badge/docker-failed-red.svg?style=flat-square) |
debian | jessie | ![Vagrant failed](https://img.shields.io/badge/vagrant-failed-red.svg?style=flat-square) ![Docker passed](https://img.shields.io/badge/docker-passed-brightgreen.svg?style=flat-square) |
ubuntu | precise | ![Vagrant passed](https://img.shields.io/badge/vagrant-passed-brightgreen.svg?style=flat-square) ![Docker passed](https://img.shields.io/badge/docker-passed-brightgreen.svg?style=flat-square) |
ubuntu | trusty | ![Vagrant passed](https://img.shields.io/badge/vagrant-passed-brightgreen.svg?style=flat-square) ![Docker passed](https://img.shields.io/badge/docker-passed-brightgreen.svg?style=flat-square) |

Expand Down
1 change: 1 addition & 0 deletions tests/debian-jessie.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM williamyeh/ansible:debian8-onbuild

MAINTAINER Aloysius Lim

RUN apt-get update && apt-get install -y curl
EXPOSE 9200
CMD ["tests/test.sh"]
1 change: 1 addition & 0 deletions tests/debian-wheezy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM williamyeh/ansible:debian7-onbuild

MAINTAINER Aloysius Lim

RUN apt-get update && apt-get install -y curl
EXPOSE 9200
CMD ["tests/test.sh"]
1 change: 1 addition & 0 deletions tests/ubuntu-precise.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM williamyeh/ansible:ubuntu12.04-onbuild

MAINTAINER Aloysius Lim

RUN apt-get update && apt-get install -y curl
EXPOSE 9200
CMD ["tests/test.sh"]
1 change: 1 addition & 0 deletions tests/ubuntu-trusty.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM williamyeh/ansible:ubuntu14.04-onbuild

MAINTAINER Aloysius Lim

RUN apt-get update && apt-get install -y curl
EXPOSE 9200
CMD ["tests/test.sh"]

0 comments on commit 4f006f2

Please sign in to comment.