Skip to content

Commit f578558

Browse files
committed
Update pipeline python-client
1 parent 71a7b70 commit f578558

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ pipeline:
4343
shell: Sh
4444
command: |-
4545
# Get SonarQube quality gate status
46-
curl -u <+secrets.getValue("sonarqube_token")>: \
46+
curl -u <+secrets.getValue('sonarqube-token')>: \
4747
-s "https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}"
48-
QUALITY_GATE_STATUS=$(curl -u <+secrets.getValue("sonarqube_token")> :\
48+
QUALITY_GATE_STATUS=$(curl -u <+secrets.getValue('sonarqube_token')> :\
4949
-s "https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}" \
5050
| jq -r '.projectStatus.status')
5151

0 commit comments

Comments
 (0)