Commit f1073689 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'fix/gb/deprecate-ci-config-types' into 'master'

Deprecate usage of `types` CI/CD configuration entry

See merge request !9766
parents de37dcee 6bd85c1b
---
title: Deprecate usage of `types` configuration entry to describe CI/CD stages
merge_request: 9766
author:
...@@ -70,7 +70,7 @@ There are a few reserved `keywords` that **cannot** be used as job names: ...@@ -70,7 +70,7 @@ There are a few reserved `keywords` that **cannot** be used as job names:
| image | no | Use docker image, covered in [Use Docker](../docker/README.md) | | image | no | Use docker image, covered in [Use Docker](../docker/README.md) |
| services | no | Use docker services, covered in [Use Docker](../docker/README.md) | | services | no | Use docker services, covered in [Use Docker](../docker/README.md) |
| stages | no | Define build stages | | stages | no | Define build stages |
| types | no | Alias for `stages` | | types | no | Alias for `stages` (deprecated) |
| before_script | no | Define commands that run before each job's script | | before_script | no | Define commands that run before each job's script |
| after_script | no | Define commands that run after each job's script | | after_script | no | Define commands that run after each job's script |
| variables | no | Define build variables | | variables | no | Define build variables |
...@@ -130,6 +130,8 @@ There are also two edge cases worth mentioning: ...@@ -130,6 +130,8 @@ There are also two edge cases worth mentioning:
### types ### types
> Deprecated, and will be removed in 10.0. Use [stages](#stages) instead.
Alias for [stages](#stages). Alias for [stages](#stages).
### variables ### variables
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment