Skip to content

Commit 4b71244

Browse files
authored
Update system-tests-pr.yaml
1 parent 18ba582 commit 4b71244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/system-tests-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
LABELS: ${{ toJson(github.event.pull_request.labels.*.name) }}
7777
run: |
7878
PR_LABELS=$(echo ${LABELS[@]} | sed 's/\n//g; s/ //g')
79-
KAFKA_CLIENT=$(echo "${PR_LABELS},${KAFKA_CLIENTS}" | sed 's/,/\n/g; s/\[//g; s/\]//g; s/test\/system-test\///g' | sort | uniq -d | | tr -d '"')
79+
KAFKA_CLIENT=$(echo "${PR_LABELS},${KAFKA_CLIENTS}" | sed 's/,/\n/g; s/\[//g; s/\]//g; s/test\/system-test\///g' | sort | uniq -d | tr -d '"')
8080
KAFKA_CLIENT=$([[ -z $KAFKA_CLIENT ]] && echo 'strimzi_test_client' || echo $KAFKA_CLIENT)
8181
echo "kafka_client=$KAFKA_CLIENT" >> "$GITHUB_OUTPUT"
8282
echo "$KAFKA_CLIENT"

0 commit comments

Comments
 (0)