Commit 681f87a1 authored by Diego M. Perilla's avatar Diego M. Perilla

clarify the terminology, hidden job, not hidden key

parent 7490cd7f
...@@ -756,7 +756,7 @@ Note that `script: rake test` has been overwritten by `script: rake rspec`. ...@@ -756,7 +756,7 @@ Note that `script: rake test` has been overwritten by `script: rake rspec`.
If you do want to include the `rake test`, see [`before_script` and `after_script`](#before_script-and-after_script). If you do want to include the `rake test`, see [`before_script` and `after_script`](#before_script-and-after_script).
`.tests` in this example is a [hidden key](#hide-jobs), but it's `.tests` in this example is a [hidden job](#hide-jobs), but it's
possible to inherit from regular jobs as well. possible to inherit from regular jobs as well.
`extends` supports multi-level inheritance, however it's not recommended to `extends` supports multi-level inheritance, however it's not recommended to
......
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