Skip to content

Commit 3948cfd

Browse files
committed
Update pipeline python-client
1 parent 37e36e4 commit 3948cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ pipeline:
4242
spec:
4343
shell: Sh
4444
command: |-
45-
# Get SonarQube quality gate status
4645
QUALITY_GATE_STATUS=$(curl -u <+secrets.getValue('sonarqube_token')> : -s 'https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}' | jq -r .projectStatus.status)
4746
4847
echo "QUALITY_GATE_STATUS: $QUALITY_GATE_STATUS"
48+
4949
# Set GitHub status based on quality gate
5050
if [ "$QUALITY_GATE_STATUS" = "OK" ]; then
5151
STATE="success"

0 commit comments

Comments
 (0)