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 e7c92d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions taskrunner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
tasks:
- copy:
src: common/templates
dest: "{{ .outputDir }}/templates/{{ .cloudProvider }}-{{ .vcsProvider }}"
- copy:
src: "common/cloud/{{ .cloudProvider }}"
dest: "{{ .outputDir }}/templates/{{ .cloudProvider }}-{{ .vcsProvider }}"
- copy:
src: "common/vcs/{{ .vcsProvider }}"
dest: "{{ .outputDir }}/templates/{{ .cloudProvider }}-{{ .vcsProvider }}"
- remove:
src: common

0 comments on commit e7c92d4

Please sign in to comment.