Skip to content
Snippets Groups Projects
Commit 2064c32b authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Remove needless files from the git index

parent 79155ca7
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment