From 3a9b003c24579c29f67abff1d9c819e95d84180d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Tue, 23 Apr 2024 14:44:29 +0200 Subject: [PATCH] fix --- share/gitea-tekton-org/auto-ci.tf | 3 --- .../gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/share/gitea-tekton-org/auto-ci.tf b/share/gitea-tekton-org/auto-ci.tf index 5ab29b5..baaeb10 100644 --- a/share/gitea-tekton-org/auto-ci.tf +++ b/share/gitea-tekton-org/auto-ci.tf @@ -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 diff --git a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml index 3266799..7282d37 100644 --- a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml +++ b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml @@ -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: