diff --git a/share/gitea-tekton-org/datas.tf b/share/gitea-tekton-org/datas.tf index 8a59b3b..85dd33e 100644 --- a/share/gitea-tekton-org/datas.tf +++ b/share/gitea-tekton-org/datas.tf @@ -29,32 +29,3 @@ data "kustomization_overlay" "data" { EOF } } -apiVersion: tekton.dev/v1beta1 -kind: Task -metadata: - name: gitea-set-status - labels: - app.kubernetes.io/version: "0.1" - annotations: - tekton.dev/categories: Git - tekton.dev/pipelines.minVersion: "0.12.1" - tekton.dev/tags: gitea - tekton.dev/displayName: "set gitea status" - tekton.dev/platforms: "linux/amd64,linux/s390x,linux/ppc64le" -spec: - description: >- - This task will set the status of the CI job to the specified value along - with a link to the specified target URL where developers can follow the - progress of the CI job. - - The `gitea-set-status` task allows external services to mark Gitea commits - with an `error`, `failure`, `pending`, or `success` state, which is then - reflected in pull requests involving those commits. Statuses include as well a - `description` and a `target_url`, to give the user informations about the CI - statuses or a direct link to the full log. - - params: - - name: GITEA_HOST_URL - description: | - The Gitea host, e.g: git.yourcompany.com. Can include port. - type: string