We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5d28a commit c90f942Copy full SHA for c90f942
.circleci/config.yml
@@ -18,6 +18,7 @@ jobs:
18
set -x
19
curl -L https://github.com/docker/compose/releases/download/1.26.2/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
20
sudo chmod +x ~/docker-compose
21
+ docker-compose --version
22
- run:
23
command: |
24
git clone https://github.com/metacpan/metacpan-docker.git
@@ -46,8 +47,8 @@ jobs:
46
47
name: compose up
48
49
- pushd metacpan-docker/src/metacpan-api
50
- ./wait-for-es.sh http://localhost:9200 elasticsearch_test --
+ pushd metacpan-docker
51
+ ./src/metacpan-api/wait-for-es.sh http://localhost:9200 elasticsearch_test --
52
name: wait for ES
53
54
0 commit comments