Skip to content

Commit

Permalink
edit travis yaml
Browse files Browse the repository at this point in the history
Signed-off-by: mgqa34 <[email protected]>
  • Loading branch information
mgqa34 committed Nov 4, 2020
1 parent 0246983 commit cdeca61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ install:
- pip install codecov

script:
- wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/standalone-fate-master-1.5.0_preview.tar.gz
- tar -xzf standalone-fate-master-1.5.0_preview.tar.gz
- cd standalone-fate-master-1.5.0_preview
- wget https://webank-ai-1251170195.cos.ap-guangzhou.myqcloud.com/standalone-fate-master-1.5.0.tar.gz
- tar -xzf standalone-fate-master-1.5.0.tar.gz
- cd standalone-fate-master-1.5.0
- sed -i.bak "s/sh service.sh/bash service.sh/g" init.sh
- sh init.sh init
- ls -alh
Expand Down

0 comments on commit cdeca61

Please sign in to comment.