Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
1d0abd6fa607
Commit
ce4fece2
authored
Oct 20, 2017
by
Martin Nowak
Committed by
Winnie Hellmann
Oct 21, 2017
Browse files
add note about after_script being run separately
parent
7be1154ddcb9
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/ci/yaml/README.md
View file @
1d0abd6f
...
...
@@ -95,6 +95,12 @@ be an array or a multi-line string.
`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.
> **Note:**
The
`before_script`
and the main
`script`
are concatenated and run in a single context/container.
The
`after_script`
is run separately, so depending on the executor, changes done
outside of the working tree might not be visible, e.g. software installed in the
`before_script`
.
### stages
`stages`
is used to define stages that can be used by jobs.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment