Skip to content

Commit 1ed4ad5

Browse files
committed
Edit Yaml
1 parent 9a713b3 commit 1ed4ad5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
- image: circleci/node:8.15-browsers
4646
user: root
4747
steps:
48-
- run: "curl -X POST --header 'Content-Type: application/json' -d '{"build_parameters": {"CIRCLE_JOB": "deploy_stage"}}' https://circleci.com/api/v1/project/blocknative/react-demo/tree/develop?circle-token=$CIRCLE_TOKEN"
48+
- run: 'curl -X POST -H -d \
49+
"{build_parameters: {CIRCLE_JOB: deploy_stage}}" \
50+
"https://circleci.com/api/v1/project/blocknative/react-demo/tree/develop?circle-token=$CIRCLE_TOKEN"'
4951

5052
workflows:
5153
version: 2

0 commit comments

Comments
 (0)