Skip to content

Commit

Permalink
feat: add taskrunner file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Aug 29, 2024
1 parent b30ce04 commit c5253b3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions taskrunner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
tasks:
- copy:
src: common/templates
dest: "{{ .outputDir }}/{{ .cloudProvider }}-{{ .vcsProvider }}"
- copy:
src: "common/cloud/{{ .cloudProvider }}"
dest: "{{ .outputDir }}/{{ .cloudProvider }}-{{ .vcsProvider }}"
- copy:
src: "common/vcs/{{ .vcsProvider }}"
dest: "{{ .outputDir }}/{{ .cloudProvider }}-{{ .vcsProvider }}"
- copy:
src: "templates/{{ .cloudProvider }}-{{ .vcsProvider }}"
dest: "{{ .outputDir }}/{{ .cloudProvider }}-{{ .vcsProvider }}"
- remove:
src: common
- remove:
src: templates

0 comments on commit c5253b3

Please sign in to comment.