Skip to content

Commit c4d44a9

Browse files
committed
Edit yaml
1 parent 87de873 commit c4d44a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- image: circleci/node:8.15-browsers
4646
user: root
4747
steps:
48-
- run: chmod +x ./trigger-demo-build.sh
49-
- run: sh ./trigger-demo-build.sh $CIRCLE_TOKEN
48+
- run: chmod +x /home/ubuntu/${CIRCLE_PROJECT_REPONAME}/trigger-demo-build.sh
49+
- run: sh /home/ubuntu/${CIRCLE_PROJECT_REPONAME}/trigger-demo-build.sh
5050

5151
workflows:
5252
version: 2

0 commit comments

Comments
 (0)