mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Moved setup_git() to new script
This commit is contained in:
parent
5b1c327b7f
commit
1be09e94e0
1 changed files with 1 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
commit_black() {
|
||||
git add hyperglass/*.py
|
||||
|
|
@ -10,12 +10,6 @@ commit_pylint() {
|
|||
git commit --message "Pylint Badge - travis $TRAVIS_BUILD_NUMBER"
|
||||
}
|
||||
|
||||
setup_git() {
|
||||
git config --global user.email "travis@travis-ci.org"
|
||||
git config --global user.name "Travis CI"
|
||||
}
|
||||
|
||||
setup_git
|
||||
commit_black
|
||||
commit_pylint
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue