forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
2064c32bde
commit
7ae93c409c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ after_success:
|
|||
- git checkout -b release
|
||||
- cp -f .gitignore-release .gitignore
|
||||
- git add --all
|
||||
- git rm --cached -r ./
|
||||
- git rm --cached `git ls-files --full-name -i --exclude-standard`
|
||||
- git config --global user.email "AyaMorisawa4869@gmail.com"
|
||||
- git config --global user.name "Aya Morisawa"
|
||||
- git commit -m "Release build for $TRAVIS_COMMIT"
|
||||
|
|
Loading…
Reference in a new issue