Skip to content

Commit

Permalink
Switch config from pipeline to pipelinerun
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Aug 12, 2024
1 parent dc295c4 commit 1df437a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configurations/tekton/simple-job-embedded-script-cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job:
description: Simple example of a Tekton pipeline echoing a message

# One of the supported resources: PipelineRun, Pipeline
resourceType: Pipeline
resourceType: PipelineRun

actions:
- name: say-hello
Expand Down
2 changes: 1 addition & 1 deletion configurations/tekton/simple-job-fetch-script-cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job:
description: Simple example of a Tekton pipeline echoing a message

# One of the supported resources: PipelineRun, Pipeline
resourceType: Pipeline
resourceType: PipelineRun

actions:
- name: say-hello
Expand Down

0 comments on commit 1df437a

Please sign in to comment.