From 63e951797102b37ef99a5651e18c45dc24e7f75c Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sun, 17 Jul 2016 11:10:18 +0300 Subject: Fix CI yaml example --- doc/ci/yaml/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 16a1461a7e4..50fa263f693 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -985,11 +985,11 @@ directive defined in `.postgres_services` and `.mysql_services` respectively: - ruby test:postgres: - << *job_definition + <<: *job_definition services: *postgres_definition test:mysql: - << *job_definition + <<: *job_definition services: *mysql_definition ``` -- cgit v1.2.1