Skip to content
Snippets Groups Projects
Commit 0f16e34c authored by Damian Nowak's avatar Damian Nowak
Browse files

Improve after_script docs in yaml/README.md

parent 74f2f9b3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -93,7 +93,7 @@ be an array or a multi-line string.
> Introduced in GitLab 8.7 and requires Gitlab Runner v1.2
 
`after_script` is used to define the command that will be run after for all
jobs. This has to be an array or a multi-line string.
jobs, including failed ones. This has to be an array or a multi-line string.
 
> **Note:**
The `before_script` and the main `script` are concatenated and run in a single context/container.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment