We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a7d23 commit 3fdd77aCopy full SHA for 3fdd77a
.circleci/config.yml
@@ -45,7 +45,7 @@ jobs:
45
- image: circleci/node:8.15-browsers
46
user: root
47
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
+ - run: curl -X POST -d {build_parameters: {CIRCLE_JOB: "deploy_stage"}} https://circleci.com/api/v1/project/blocknative/react-demo/tree/develop?circle-token=$CIRCLE_TOKEN
49
50
workflows:
51
version: 2
0 commit comments