Commit fe01846a authored by Evan Read's avatar Evan Read

Merge branch 'patch-35' into 'master'

Fix typo for after_script in README.md

See merge request gitlab-org/gitlab-ce!23890
parents 980b0964 5ca2c22c
......@@ -203,7 +203,7 @@ used for time of the job. The configuration of this feature is covered in
jobs, including deploy jobs, but after the restoration of [artifacts](#artifacts).
This can be an array or a multi-line string.
`after_script` is used to define the command that will be run after for all
`after_script` is used to define the command that will be run after all
jobs, including failed ones. This has to be an array or a multi-line string.
The `before_script` and the main `script` are concatenated and run in a single context/container.
......
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