mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Shell cleanup
This commit is contained in:
parent
d46f90acff
commit
dc6dd12364
2 changed files with 3 additions and 5 deletions
|
|
@ -5,4 +5,4 @@ git_commit() {
|
|||
git push --quiet --set-upstream origin master
|
||||
}
|
||||
|
||||
git_commit()
|
||||
git_commit
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
commit_black() {
|
||||
git add hyperglass/ *.py
|
||||
git add hyperglass/*.py
|
||||
git commit --message "Black Formatting - travis $TRAVIS_BUILD_NUMBER"
|
||||
}
|
||||
|
||||
|
|
@ -19,6 +19,4 @@ setup_git
|
|||
commit_black
|
||||
commit_pylint
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 0
|
||||
fi
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue