Skip to content

Commit 35da1f3

Browse files
committed
Update pipeline python-client
1 parent f42eb43 commit 35da1f3

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
@@ -80,9 +80,9 @@ pipeline:
8080
command: |-
8181
# Get SonarQube quality gate status
8282
curl -s -u <+secrets.getValue("sonarqube_token")> \
83-
"https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=<+codebase.prNumber>"
83+
"https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}"
8484
QUALITY_GATE_STATUS=$(curl -s -u <+secrets.getValue("sonarqube_token")> \
85-
"https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=<+codebase.prNumber>" \
85+
"https://sonar.harness.io/api/qualitygates/project_status?projectKey=python-client&pullRequest=${<+codebase.prNumber>}" \
8686
| jq -r '.projectStatus.status')
8787
8888
# Set GitHub status based on quality gate

0 commit comments

Comments
 (0)