Skip to content

Commit d3b27ff

Browse files
committed
Update pipeline python-client
1 parent 4bb7730 commit d3b27ff

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
@@ -44,7 +44,7 @@ pipeline:
4444
command: |-
4545
# Get SonarQube quality gate status
4646
QUALITY_GATE_STATUS=$(curl -u <+secrets.getValue('sonarqube_token')> :\
47-
-s \'https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}\' \
47+
-s 'https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}' \
4848
| jq -r .projectStatus.status)
4949
5050
echo "QUALITY_GATE_STATUS: $QUALITY_GATE_STATUS"

0 commit comments

Comments
 (0)