Skip to content

Commit 09a557b

Browse files
committed
debug: tekton pipeline fix
Signed-off-by: Cagri Yonca <cagri@ibm.com>
1 parent d70d7f0 commit 09a557b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.tekton/.currency/currency-tasks.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ kind: Task
2727
metadata:
2828
name: generate-currency-report-task
2929
spec:
30-
serviceAccountName: currency-report-sa
3130
workspaces:
3231
- name: task-pvc
3332
mountPath: /workspace

.tekton/pipelinerun.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ kind: PipelineRun
33
metadata:
44
name: python-tracer-ci-pipeline-run
55
spec:
6+
taskRunTemplate:
7+
serviceAccountName: currency-report-sa
68
params:
79
- name: revision
810
value: "tekton"

.tekton/task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ spec:
294294
steps:
295295
- name: check-dependencies
296296
image: public.ecr.aws/docker/library/python:3.13-trixie
297-
workingDir: /workspace/python-sensor/
297+
workingDir: /workspace/python-sensor
298298
script: |
299299
#!/usr/bin/env bash
300300
set -e

0 commit comments

Comments
 (0)