Skip to content

Commit c90f942

Browse files
committed
Run wait-for-es from metacpan-docker dir in CircleCI
1 parent 9a5d28a commit c90f942

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
set -x
1919
curl -L https://github.com/docker/compose/releases/download/1.26.2/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
2020
sudo chmod +x ~/docker-compose
21+
docker-compose --version
2122
- run:
2223
command: |
2324
git clone https://github.com/metacpan/metacpan-docker.git
@@ -46,8 +47,8 @@ jobs:
4647
name: compose up
4748
- run:
4849
command: |
49-
pushd metacpan-docker/src/metacpan-api
50-
./wait-for-es.sh http://localhost:9200 elasticsearch_test --
50+
pushd metacpan-docker
51+
./src/metacpan-api/wait-for-es.sh http://localhost:9200 elasticsearch_test --
5152
name: wait for ES
5253
- run:
5354
command: |

0 commit comments

Comments
 (0)