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
f92a71c4
Commit
f92a71c4
authored
Sep 27, 2021
by
Andrew Conrad
Committed by
Marcel Amirault
Sep 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Correct CI YAML before_script example
parent
4497e6ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/ci/yaml/index.md
doc/ci/yaml/index.md
+2
-2
No files found.
doc/ci/yaml/index.md
View file @
f92a71c4
...
...
@@ -747,9 +747,9 @@ Use `before_script` to define an array of commands that should run before each j
```
yaml
job
:
before_script
:
-
echo "Execute this command before any
`script:`
commands."
-
echo "Execute this command before any
'script:'
commands."
script
:
-
echo "This command executes after the job's
`before_script`
commands."
-
echo "This command executes after the job's
'before_script'
commands."
```
**Additional details**
:
...
...
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