Commit e8648241 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix extended CI/CD configuration docs for `extends`

parent 2e73c248
......@@ -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:
......
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