From dc6dd123641b430976d1da45704af028164ae8ae Mon Sep 17 00:00:00 2001 From: Andrew Imeson Date: Tue, 18 Jun 2019 11:00:48 -0400 Subject: [PATCH] Shell cleanup --- tests/ci_commit.sh | 2 +- tests/ci_git.sh | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) 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