0e44b580f0
Currently airshipctl is not able to checkout remote branch due to using simple branch reference name instead of remote one. This patch fixes appropriate problem and allows user to specify what kind of branch to use - local or remote one (since reference name will be different in these scenarios). Change-Id: I1fea29f84097b9e7160597003d0e8961f4d3aca6 Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
11 lines
184 B
YAML
11 lines
184 B
YAML
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
|