Skip to content

Commit f84897c

Browse files
committed
Update pipeline python-client
1 parent d4c09c9 commit f84897c

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,7 +42,7 @@ pipeline:
4242
spec:
4343
shell: Sh
4444
command: |-
45-
curl -u ${<+secrets.getValue('sonarqube_token')>}: -s 'https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}'
45+
curl -u ${<+secrets.getValue('sonarqube_token')>}: -s "https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}"
4646
4747
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
4848

0 commit comments

Comments
 (0)