Skip to content

Commit

Permalink
fix travis add .git to zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
sffxzzp committed Jun 16, 2019
1 parent 00ae092 commit 9ccf187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:
- python check.py

before_deploy:
- zip -r -9 SChinese.zip "." -x "./.git/" "./check.py" "./.travis.yml" "./output.log"
- zip -r -9 SChinese.zip "." -x "./.git/*" "./check.py" "./.travis.yml" "./output.log"
- export RBody=$(cat ./output.log)
- git config --local user.name "$user_name"
- git config --local user.email "$user_email"
Expand Down

0 comments on commit 9ccf187

Please sign in to comment.