Hide example of YAML override and extension (#1184)

see #1192 for more info
This commit is contained in:
6543 2022-09-17 09:00:40 +02:00 committed by GitHub
parent 00a475f605
commit 531bdf5bd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,15 +32,17 @@ Just add a new section called **variables** like this:
commands: build
```
<!--
TODO(1192): Support YAML override and extension
## Example of YAML override and extension
```yml
variables:
&some-plugin-settings
settings:
target: dist
recursive: false
try: true
target: dist
recursive: false
try: true
pipelines:
develop:
@ -50,7 +52,7 @@ pipelines:
when:
branch: develop
main
main:
name: Build and test
image: some-plugin
settings:
@ -60,3 +62,4 @@ pipelines:
when:
branch: main
```
-->