summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-03-14 10:14:32 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-03-14 10:14:32 +0200
commit7ebb932070f03e8fb6116b9f54148cae2d782776 (patch)
treee1df072910142ad7d7b99349849c3bd66f50a038
parentd8eeeb692ed61454eb06e3276f368f4dc0f11d81 (diff)
downloadgitlab-ce-gitlab-ci-yaml-updates.tar.gz
Add yaml definition to codeblockgitlab-ci-yaml-updates
[ci skip]
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index beaa86250a9..4d27c07913d 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -547,7 +547,7 @@ for `test:linux` and artifacts from `build:linux`.
The job `deploy` will download artifacts from all previous builds because of
the [stage](#stages) precedence:
-```
+```yaml
build:osx:
stage: build
script: make build:osx