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 e175e23 commit a35fa09Copy full SHA for a35fa09
.circleci/config.yml
@@ -45,9 +45,7 @@ jobs:
45
- image: circleci/node:8.15-browsers
46
user: root
47
steps:
48
- - run: curl -u $REACT_DEMO_TRIGGER:'' \
49
- -d build_parameters[CIRCLE_JOB]=deploy_stage \
50
- https://circleci.com/api/v1.1/project/github/blocknative/react-demo/tree/develop
+ - run: curl -X POST -H -d build_parameters[CIRCLE_JOB]=deploy_stage "https://circleci.com/api/v1/project/blocknative/react-demo/tree/develop?circle-token=$CIRCLE_TOKEN"
51
52
workflows:
53
version: 2
0 commit comments