We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575a8b9 commit 761873fCopy full SHA for 761873f
docs/core-concepts/config.md
@@ -184,6 +184,8 @@ apps:
184
org: devstream-io # either owner or org must exist
185
name: dtm-scaffolding-golang
186
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
189
ci:
190
- type: template # type template means it's a reference to the pipeline template. read the next section.
191
templateName: ci-pipeline-1
0 commit comments