From 8c5d45180eab2dc0c6375a5af292377389aa5351 Mon Sep 17 00:00:00 2001 From: eding Date: Sun, 8 Feb 2026 03:04:48 +0100 Subject: [PATCH] chore: removed pipelines --- pipelines/build-pipeline.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 pipelines/build-pipeline.yaml diff --git a/pipelines/build-pipeline.yaml b/pipelines/build-pipeline.yaml deleted file mode 100644 index da2615d..0000000 --- a/pipelines/build-pipeline.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: triggers.tekton.dev/v1beta1 -kind: EventListener -metadata: - name: cicd-listener - namespace: tekton-pipelines -spec: - serviceAccountName: tekton-triggers-sa # Needs RBAC to start PipelineRuns - triggers: - - name: github-push - interceptors: - - ref: - name: github - params: - - name: secretRef - value: - secretName: webhook-secret - secretKey: token - - name: eventTypes - value: ["push"] - bindings: - - ref: git-binding # Maps JSON payload to Params - template: - ref: build-template # Creates the PipelineRun \ No newline at end of file