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 commands: build
``` ```
<!--
TODO(1192): Support YAML override and extension
## Example of YAML override and extension ## Example of YAML override and extension
```yml ```yml
variables: variables:
&some-plugin-settings &some-plugin-settings
settings: target: dist
target: dist recursive: false
recursive: false try: true
try: true
pipelines: pipelines:
develop: develop:
@ -50,7 +52,7 @@ pipelines:
when: when:
branch: develop branch: develop
main main:
name: Build and test name: Build and test
image: some-plugin image: some-plugin
settings: settings:
@ -60,3 +62,4 @@ pipelines:
when: when:
branch: main branch: main
``` ```
-->