Skip to content

Commit

Permalink
Update after_success.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Jun 1, 2023
1 parent 92cab51 commit c009025
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
if [[ -z $BUILD_DOCKER ]]; then
coveralls-lcov --repo-token "$COVERALLS_REPO_TOKEN" --service-name travis-pro ./build/blockstore.info
else
if [ "$TRAVIS_PULL_REQUEST_BRANCH" != "" ]; then
exit 0
fi

TAG="$TRAVIS_BRANCH"
if [ "$TAG" = "master" ]; then
TAG="latest"
Expand Down

0 comments on commit c009025

Please sign in to comment.