fix
This commit is contained in:
@@ -115,9 +115,6 @@ resource "kubectl_manifest" "ci-trigger-push" {
|
||||
- name: branch-name
|
||||
description: The git branch
|
||||
default: main
|
||||
- name: branch-name
|
||||
description: The git branch
|
||||
default: main
|
||||
- name: generate-name
|
||||
resourcetemplates:
|
||||
- apiVersion: tekton.dev/v1beta1
|
||||
|
||||
@@ -107,6 +107,8 @@ spec:
|
||||
value: $(params.git-url)
|
||||
- name: revision
|
||||
value: $(params.git-revision)
|
||||
- name: branch
|
||||
value: $(params.branch-name)
|
||||
- name: depth
|
||||
value: 0
|
||||
taskRef:
|
||||
|
||||
Reference in New Issue
Block a user