mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
Fix bug
This commit is contained in:
parent
92e076e235
commit
a0134a1028
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ after_success:
|
||||||
- git checkout -b release
|
- git checkout -b release
|
||||||
- cp -f .gitignore-release .gitignore
|
- cp -f .gitignore-release .gitignore
|
||||||
- git add --all
|
- 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.email "AyaMorisawa4869@gmail.com"
|
||||||
- git config --global user.name "Aya Morisawa"
|
- git config --global user.name "Aya Morisawa"
|
||||||
- git commit -m "Release build for $TRAVIS_COMMIT"
|
- git commit -m "Release build for $TRAVIS_COMMIT"
|
||||||
|
|
Loading…
Reference in a new issue