Skip to content

Commit 4bb7730

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

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

0 commit comments

Comments
 (0)