Skip to content

Commit

Permalink
fix(test): fix test cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Apr 1, 2019
1 parent dceef3d commit a2c5dfd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,3 @@ if [[ $(which sonar-scanner) ]] && [[ ${sonar} = true ]] && [[ -f "${LCOV_INFO_P
if [[ ${TRAVIS_BRANCH} != greenkeeper* && -n ${SONAR_TOKEN} ]]; then sonar-scanner -Dsonar.projectVersion=${SONAR_VERSION}; fi
fi
fi
if [[ ${SONAR_VERSION} && ${SONAR_LOGIN} && ${CI_JOB_NAME} = test ]]; then
if [ -f "$LCOV_INFO_PATH" ]; then
sonar-scanner -Dsonar.host.url=${SONAR_URL} -Dsonar.login=${SONAR_LOGIN} -Dsonar.branch=${CI_COMMIT_REF_NAME} -Dsonar.projectVersion=${SONAR_VERSION}
fi
fi

0 comments on commit a2c5dfd

Please sign in to comment.