Skip to content

Commit 7b3860e

Browse files
committed
Update pipeline python-client
1 parent 3679900 commit 7b3860e

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
@@ -66,8 +66,8 @@ pipeline:
6666
-H "Authorization: token ${<+secrets.getValue('github-token')>}" \
6767
-H "Content-Type: application/json" \
6868
-d "{
69-
\"state\": \"$STATE\",
70-
\"description\": \"$DESCRIPTION\",
69+
\"state\": \"${STATE}\",
70+
\"description\": \"${DESCRIPTION}\",
7171
\"context\": \"sonarqube/qualitygate\",
7272
\"target_url\": \"https://sonar.harness.io/dashboard?id=python-client&pullRequest=${<+codebase.prNumber>}\"
7373
}" \

0 commit comments

Comments
 (0)