Skip to content

Commit 803cf71

Browse files
committed
feat: add taskrunner file
1 parent b30ce04 commit 803cf71

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

taskrunner.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
tasks:
2+
- copy:
3+
src: common/templates
4+
dest: "{{ .outputDir }}/templates/{{ .cloudProvider }}-{{ .vcsProvider }}"
5+
- copy:
6+
src: "common/cloud/{{ .cloudProvider }}"
7+
dest: "{{ .outputDir }}/templates/{{ .cloudProvider }}-{{ .vcsProvider }}"
8+
- copy:
9+
src: "common/vcs/{{ .vcsProvider }}"
10+
dest: "{{ .outputDir }}/templates/{{ .cloudProvider }}-{{ .vcsProvider }}"
11+
- remove:
12+
src: common
13+
- remove:
14+
src: templates

0 commit comments

Comments
 (0)