From 9b06333663c441f9147e004a21e8ca7172757464 Mon Sep 17 00:00:00 2001 From: Jason Lenny Date: Mon, 5 Aug 2019 09:20:05 +0000 Subject: Apply suggestion to doc/ci/yaml/README.md --- doc/ci/yaml/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 5a1fe2da1fa..2499b787c5d 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1707,9 +1707,8 @@ This example creates three paths of execution: as the `linux:build` job finishes, and will not wait for any other jobs in prior stages. -1. The Mac one: the `mac:rspec` and `mac:rubocop` jobs will be run as soon - as the `mac:build` job finishes, and will not wait for any other jobs - in prior stages. +- macOS path: the `mac:rspec` and `mac:rubocop` jobs will be run as soon + as the `mac:build` job finishes, without waiting for `linux:build` to finish. 1. The `production` job will be executed as soon as all previous jobs finish; in this case: `linux:build`, `linux:rspec`, `linux:rubocop`, -- cgit v1.2.1