Skip to content

Instantly share code, notes, and snippets.

@ssbarnea

ssbarnea/a.yaml Secret

Created May 19, 2020 14:02
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 ssbarnea/49b321c9573946d72174c07e5404be31 to your computer and use it in GitHub Desktop.
Save ssbarnea/49b321c9573946d72174c07e5404be31 to your computer and use it in GitHub Desktop.
- job1: &var1
foo: bar
- job2: &var2
aaa: aaa
- job2:
<<: *var1
<<: *var2
me: yep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment