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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
e8648241
Commit
e8648241
authored
Sep 05, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix extended CI/CD configuration docs for `extends`
parent
2e73c248
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+5
-9
No files found.
doc/ci/yaml/README.md
View file @
e8648241
...
...
@@ -90,7 +90,6 @@ more flexible and readable.
.tests
:
only
:
refs
:
-
master
-
branches
rspec
:
...
...
@@ -113,7 +112,6 @@ rspec:
stage
:
test
only
:
refs
:
-
master
-
branches
variables
:
-
$RSPEC
...
...
@@ -130,22 +128,20 @@ use more than three levels of inheritance. Maximum nesting level supported is
```
yaml
.tests
:
only
:
refs
:
-
master
-
branches
-
pushes
.rspec
:
extends
:
.tests
script
:
rake rspec
rspec 1
:
variables
RSPEC_SUITE
:
1
variables
:
RSPEC_SUITE
:
'
1'
extends
:
.rspec
rspec 2
:
variables
RSPEC_SUITE
:
2
variables
:
RSPEC_SUITE
:
'
2'
extends
:
.rspec
spinach
:
...
...
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