Commit 3867ff77 authored by Matt Callaghan's avatar Matt Callaghan Committed by Marcel Amirault

Update README.md YAML ref to denote a limitation with anchors & include...

Update README.md YAML ref to denote a limitation with anchors & include (cannot cross file boundary).
parent 9b6a3362
...@@ -3701,6 +3701,10 @@ test:mysql: ...@@ -3701,6 +3701,10 @@ test:mysql:
You can see that the hidden keys are conveniently used as templates. You can see that the hidden keys are conveniently used as templates.
NOTE: **Note:**
You can't use YAML anchors across multiple files when leveraging the [`include`](#include)
feature. Anchors are only valid within the file they were defined in.
## Triggers ## Triggers
Triggers can be used to force a rebuild of a specific branch, tag or commit, Triggers can be used to force a rebuild of a specific branch, tag or commit,
......
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