Skip to content

Commit 71d8e4c

Browse files
tisutisupsturc
authored andcommitted
fix shellcheck warning
1 parent 51a52b3 commit 71d8e4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/pull-request-comment/0.1/pull-request-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ spec:
109109
- name: konflux-test-infra-volume
110110
mountPath: /usr/local/konflux-test-infra
111111
script: |
112-
#!/bin/sh
112+
#!/bin/bash
113113
114114
PIPELINE_STATUS=$(kubectl get pipelinerun $(params.test-name) -o jsonpath='{.status.conditions[0].reason}')
115115

tasks/pull-request-comment/0.2/pull-request-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
- name: konflux-test-infra-volume
100100
mountPath: /usr/local/konflux-test-infra
101101
script: |
102-
#!/bin/sh
102+
#!/bin/bash
103103
104104
PIPELINE_STATUS=$(kubectl get pipelinerun $(params.test-name) -o jsonpath='{.status.conditions[0].reason}')
105105

0 commit comments

Comments
 (0)