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 9a713b3 commit 1ed4ad5Copy full SHA for 1ed4ad5
.circleci/config.yml
@@ -45,7 +45,9 @@ 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 -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"'
51
52
workflows:
53
version: 2
0 commit comments