forked from FoundKeyGang/FoundKey
Remove needless files from the git index
This commit is contained in:
parent
79155ca788
commit
2064c32bde
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ after_success:
|
|||
- git checkout -b release
|
||||
- cp -f .gitignore-release .gitignore
|
||||
- git add --all
|
||||
- git rm --cached -r ./
|
||||
- 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