diff --git a/configurations/tekton/pack-builder-cfg.yaml b/configurations/tekton/pack-builder-cfg.yaml index b94d008..0340ef9 100644 --- a/configurations/tekton/pack-builder-cfg.yaml +++ b/configurations/tekton/pack-builder-cfg.yaml @@ -7,7 +7,6 @@ job: resourceType: PipelineRun name: pack-builder-push description: "This Pipeline builds a builder image using the pack CLI." - # What the job should perform as task. the action can refer to either a Task or define it actions: - name: git-clone ref: bundle://quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:de0ca8872c791944c479231e21d68379b54877aaf42e5f766ef4a8728970f8b3 diff --git a/configurations/tekton/simple-job-embedded-script-cfg.yaml b/configurations/tekton/simple-job-embedded-script-cfg.yaml index 47b9943..d44f416 100644 --- a/configurations/tekton/simple-job-embedded-script-cfg.yaml +++ b/configurations/tekton/simple-job-embedded-script-cfg.yaml @@ -13,7 +13,6 @@ job: # One of the supported resources: PipelineRun, Pipeline resourceType: Pipeline - # What the job should perform as task. the action can refer to either a Task or define it actions: - name: say-hello # The ref or reference expressed using the uri://: diff --git a/configurations/tekton/simple-job-fetch-script-cfg.yaml b/configurations/tekton/simple-job-fetch-script-cfg.yaml index 29e92bb..6e63dd1 100644 --- a/configurations/tekton/simple-job-fetch-script-cfg.yaml +++ b/configurations/tekton/simple-job-fetch-script-cfg.yaml @@ -13,7 +13,6 @@ job: # One of the supported resources: PipelineRun, Pipeline resourceType: Pipeline - # What the job should perform as task. the action can refer to either a Task or define it actions: - name: say-hello # The ref or reference expressed using the uri://: