Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit fccbab2

Browse files
ccroncaifireball
authored andcommitted
fix(KONFLUX-3663): format Tekton PipelineRun files
Format PipelineRun files with yq for consistent indentation and format Signed-off-by: ccronca <[email protected]>
1 parent 36706a0 commit fccbab2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.tekton/segment-bridge-pull-request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ spec:
112112
name: java
113113
type: string
114114
- default: ""
115-
description: Image tag expiration time, time values could be something like
116-
1h, 2d, 3w for hours, days, and weeks, respectively.
115+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
117116
name: image-expires-after
118117
results:
119118
- description: ""

.tekton/segment-bridge-push.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ spec:
109109
name: java
110110
type: string
111111
- default: ""
112-
description: Image tag expiration time, time values could be something like
113-
1h, 2d, 3w for hours, days, and weeks, respectively.
112+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
114113
name: image-expires-after
115114
results:
116115
- description: ""

0 commit comments

Comments
 (0)