File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,17 @@ jobs:
14
14
if : type = push AND branch = develop
15
15
install : yarn install
16
16
script :
17
- - yarn build
18
17
- yarn dev
19
- - git config --global user.name "Juzi"
20
- -
git config --global user.email "[email protected] "
18
+ - yarn build
19
+ after_success :
20
+ - git config --global user.name "Deployment Bot"
21
+ -
git config --global user.email "[email protected] "
21
22
- git add -A
22
23
- " git commit -m 'build: Travis CI automatic compilation.'"
23
- - git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui" develop
24
+ - git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui" HEAD: develop
24
25
- name : " Check Compile"
25
26
if : type = pull_request
26
27
install : yarn install
27
- script : yarn build
28
+ script :
29
+ - yarn dev
30
+ - yarn build
You can’t perform that action at this time.
0 commit comments