Skip to content

Commit 908c30c

Browse files
committed
Adjust yaml
1 parent dc16ca9 commit 908c30c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- image: circleci/node:8.15-browsers
4646
user: root
4747
steps:
48-
- run: curl -u $REACT_DEMO_BUILD \
49-
-d build_parameters[CIRCLE_JOB]=deploy_stage \
50-
https://circleci.com/api/v1.1/project/github/blocknative/react-demo/tree/develop
48+
- run: curl -u ${REACT_DEMO_BUILD} \
49+
-d build_parameters[CIRCLE_JOB]=deploy_stage \
50+
https://circleci.com/api/v1.1/project/github/blocknative/react-demo/tree/develop
5151

5252
workflows:
5353
version: 2

0 commit comments

Comments
 (0)