We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ba582 commit 4b71244Copy full SHA for 4b71244
1 file changed
.github/workflows/system-tests-pr.yaml
@@ -76,7 +76,7 @@ jobs:
76
LABELS: ${{ toJson(github.event.pull_request.labels.*.name) }}
77
run: |
78
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 '"')
+ 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 '"')
80
KAFKA_CLIENT=$([[ -z $KAFKA_CLIENT ]] && echo 'strimzi_test_client' || echo $KAFKA_CLIENT)
81
echo "kafka_client=$KAFKA_CLIENT" >> "$GITHUB_OUTPUT"
82
echo "$KAFKA_CLIENT"
0 commit comments