Skip to content

Commit 8e33593

Browse files
committed
Yaml
1 parent 1ed4ad5 commit 8e33593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- run: 'curl -X POST -H -d \
4949
"{build_parameters: {CIRCLE_JOB: deploy_stage}}" \
50-
"https://circleci.com/api/v1/project/blocknative/react-demo/tree/develop?circle-token=$CIRCLE_TOKEN"'
50+
https://circleci.com/api/v1/project/blocknative/react-demo/tree/develop?circle-token=$CIRCLE_TOKEN'
5151

5252
workflows:
5353
version: 2

0 commit comments

Comments
 (0)