Skip to content

Commit fb88339

Browse files
committed
Add some comments to CircleCI config
1 parent 336e36b commit fb88339

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
machine: true
1111
resource_class: medium
1212
steps:
13+
# CircleCI has its own docker-compose already installed, but as of this writing, their version is too old to understand our docker-compose.yml
1314
- run:
1415
name: Install Docker Compose
1516
command: |
@@ -44,6 +45,9 @@ jobs:
4445
./bin/metacpan-docker init
4546
docker-compose --verbose up -d api_test
4647
name: compose up
48+
# Since we're running docker-compose -d, we don't actually know if
49+
# Elasticsearch is available at the time this build step begins. We
50+
# probably need to wait for it here, so we'll add our own check.
4751
- run:
4852
command: |
4953
pushd metacpan-docker

0 commit comments

Comments
 (0)