Skip to content

Commit f42eb43

Browse files
committed
Update pipeline python-client
1 parent 94a3f90 commit f42eb43

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ pipeline:
7979
shell: Sh
8080
command: |-
8181
# Get SonarQube quality gate status
82-
QUALITY_GATE_STATUS=$(curl -s -u <+secrets.getValue("sonarqube_token")>: \
82+
curl -s -u <+secrets.getValue("sonarqube_token")> \
83+
"https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=<+codebase.prNumber>"
84+
QUALITY_GATE_STATUS=$(curl -s -u <+secrets.getValue("sonarqube_token")> \
8385
"https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=<+codebase.prNumber>" \
8486
| jq -r '.projectStatus.status')
8587

0 commit comments

Comments
 (0)