Skip to content

Commit cd5d8f9

Browse files
committed
Edit yaml
1 parent 30f8a6f commit cd5d8f9

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: ls
49-
- run: sh /home/ubuntu/${CIRCLE_PROJECT_REPONAME}/trigger-demo-build.sh
48+
- run: chmod +x ./trigger-demo-build.sh
49+
- run: sh ./trigger-demo-build.sh
5050

5151
workflows:
5252
version: 2

0 commit comments

Comments
 (0)