Skip to content

Instantly share code, notes, and snippets.

@gar1t
Created May 16, 2022 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gar1t/ee8c3656ab4ca67aa4051a885d51878c to your computer and use it in GitHub Desktop.
Save gar1t/ee8c3656ab4ca67aa4051a885d51878c to your computer and use it in GitHub Desktop.
- config: flags-a
flags:
foo: 123
bar: hello
- config: flags-b
flags:
foo: 456
bam: bye
- include: flags-a.yml
- include: flags-b.yml
- operations:
test-a:
main: guild.pass
flags:
$include: flags-a
test-b:
main: guild.pass
flags:
$include: flags-a
test-ab:
main: guild.pass
flags:
$include:
- flags-a
- flags-b
test-ba:
main: guild.pass
flags:
$include:
- flags-b
- flags-a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment