We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30ce04 commit c5253b3Copy full SHA for c5253b3
taskrunner.yaml
@@ -0,0 +1,17 @@
1
+tasks:
2
+ - copy:
3
+ src: common/templates
4
+ dest: "{{ .outputDir }}/{{ .cloudProvider }}-{{ .vcsProvider }}"
5
6
+ src: "common/cloud/{{ .cloudProvider }}"
7
8
9
+ src: "common/vcs/{{ .vcsProvider }}"
10
11
12
+ src: "templates/{{ .cloudProvider }}-{{ .vcsProvider }}"
13
14
+ - remove:
15
+ src: common
16
17
+ src: templates
0 commit comments