Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1fbbdb48
Commit
1fbbdb48
authored
Feb 16, 2019
by
Stefan Agner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarify after_script cwd situation in README.md
parent
28aa4d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+3
-3
No files found.
doc/ci/yaml/README.md
View file @
1fbbdb48
...
...
@@ -96,9 +96,9 @@ This can be an array or a multi-line string.
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.
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`
.
The
`after_script`
is run separately
. The current working directory is set back to
default. Depending on the executor, changes done outside of the working tree might
not be visible, e.g. software installed in the
`before_script`
.
It's possible to overwrite the globally defined
`before_script`
and
`after_script`
if you set it per-job:
...
...
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