diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-14 10:14:32 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-14 10:14:32 +0200 |
commit | 7ebb932070f03e8fb6116b9f54148cae2d782776 (patch) | |
tree | e1df072910142ad7d7b99349849c3bd66f50a038 | |
parent | d8eeeb692ed61454eb06e3276f368f4dc0f11d81 (diff) | |
download | gitlab-ce-7ebb932070f03e8fb6116b9f54148cae2d782776.tar.gz |
Add yaml definition to codeblockgitlab-ci-yaml-updates
[ci skip]
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
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 |