Skip to content

Commit 761873f

Browse files
committed
docs: add vars into repoTemplate example config
Signed-off-by: Tiexin Guo <[email protected]>
1 parent 575a8b9 commit 761873f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core-concepts/config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ apps:
184184
org: devstream-io # either owner or org must exist
185185
name: dtm-scaffolding-golang
186186
url: github.com/devstream-io/repo-name # optional. if exists, no need for the scm/owner/org/name sections
187+
vars: # optional
188+
foo: bar # variables used for repoTemplate specifically
187189
ci:
188190
- type: template # type template means it's a reference to the pipeline template. read the next section.
189191
templateName: ci-pipeline-1

0 commit comments

Comments
 (0)