mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Fix bug
This commit is contained in:
parent
92e076e235
commit
a0134a1028
@ -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 New Issue
Block a user