Skip to content

Instantly share code, notes, and snippets.

@rbuysse
Created January 31, 2024 21:18
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 rbuysse/0f6d6cc17a4f06539c9b4ec1ed382c73 to your computer and use it in GitHub Desktop.
Save rbuysse/0f6d6cc17a4f06539c9b4ec1ed382c73 to your computer and use it in GitHub Desktop.
#in:
---
spec:
tasks:
- name: a
taskRef:
params:
- name: pathInRepo
value: tasks/a.yaml
- name: b
taskRef:
params:
- name: pathInRepo
value: tasks/b.yaml
- name: c
taskRef:
params:
- name: pathInRepo
value: tasks/c.yaml
#out:
---
spec:
tasks:
- name: a
taskRef:
params:
- name: url
value: https://foo.bar/
- name: revision
value: baz
- name: pathInRepo
value: tasks/a.yaml
- name: b
taskRef:
params:
- name: url
value: https://foo.bar/
- name: revision
value: baz
- name: pathInRepo
value: tasks/b.yaml
- name: c
taskRef:
params:
- name: url
value: https://foo.bar/
- name: revision
value: baz
- name: pathInRepo
value: tasks/c.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment