Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit a7cfb23

Browse files
authored
Merge pull request #98 from ProgrammingLab/gedorinku/fix_git_config
Fix git config
2 parents dbcffec + 76b76c3 commit a7cfb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ after_success:
1111
openssl aes-256-cbc -K $encrypted_0be7659e51c5_key -iv $encrypted_0be7659e51c5_iv -in id_ed25519_koneko-website.enc -out /home/travis/.ssh/id_ed25519 -d;
1212
chmod 600 ~/.ssh/id_ed25519;
1313
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config;
14-
git config --global user.email "[email protected]";
15-
git config --global user.name "gedorinku";
14+
git config --global user.email "[email protected]";
15+
git config --global user.name "knctprolab-bot";
1616
git clone [email protected]:ProgrammingLab/koneko-website.git;
1717
cd koneko-website;
1818
rm -rf static/;

0 commit comments

Comments
 (0)