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

Fix bug

parent 2064c32b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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