Skip to content

Commit

Permalink
feat: git debug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed May 26, 2018
1 parent 481f221 commit 0689377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/commit.sh
Expand Up @@ -27,6 +27,6 @@ remote=https://$GITHUB_TOKEN@github.com/$TRAVIS_REPO_SLUG
# return 0
# fi
if ! git push --quiet --follow-tags "$remote" "$TRAVIS_BRANCH" > /dev/null 2>&1; then
err "failed to push git changes"
err "failed to push git changes to $remote $TRAVIS_BRANCH"
exit 1
fi

0 comments on commit 0689377

Please sign in to comment.