17 lines
361 B
YAML
17 lines
361 B
YAML
inventoryRepositoryName: primary
|
|
metadataPath: metadata.yaml
|
|
phaseRepositoryName: primary
|
|
repositories:
|
|
primary:
|
|
auth:
|
|
sshKey: testdata/test-key.pem
|
|
type: ssh-key
|
|
checkout:
|
|
branch: ""
|
|
commitHash: ""
|
|
force: false
|
|
localBranch: false
|
|
tag: v1.0.1
|
|
url: http://dummy.url.com/manifests.git
|
|
targetPath: /var/tmp/
|