Skip to content

Commit

Permalink
Remove comment non needed
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Aug 8, 2024
1 parent aef8206 commit 786cd5e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion configurations/tekton/pack-builder-cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion configurations/tekton/simple-job-embedded-script-cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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://<task-name>:<url>
Expand Down
1 change: 0 additions & 1 deletion configurations/tekton/simple-job-fetch-script-cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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://<task-name>:<url>
Expand Down

0 comments on commit 786cd5e

Please sign in to comment.