diff --git a/tests/ci_commit.sh b/tests/ci_commit.sh index 865a7cd..bc1ab70 100755 --- a/tests/ci_commit.sh +++ b/tests/ci_commit.sh @@ -5,4 +5,4 @@ git_commit() { git push --quiet --set-upstream origin master } -git_commit() +git_commit diff --git a/tests/ci_git.sh b/tests/ci_git.sh index 7e6ea85..fc65577 100755 --- a/tests/ci_git.sh +++ b/tests/ci_git.sh @@ -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