File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,8 +92,6 @@ before_script:
9292 - if [[ ! $TRAVIS_TAG ]]; then bash .travis/run_examples.sh; fi
9393
9494script :
95- - if [[ ! $TRAVIS_TAG ]]; then bash test/install_and_run_tests.sh; fi
96- - if [[ ! $TRAVIS_TAG ]]; then bash .travis/validate_report_files.sh; fi
9795 - if [[ ! $TRAVIS_TAG ]] && [[ ("${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" && "${TRAVIS_PULL_REQUEST}" == false) || ("${TRAVIS_PULL_REQUEST_SLUG}" = "${UTPLSQL_REPO}") ]]; then bash .travis/run_sonar_scanner.sh; fi
9896 - if [[ ! $TRAVIS_TAG ]]; then bash .travis/coveralls_uploader.sh; fi
9997
Original file line number Diff line number Diff line change 5858# Address issue : Could not find ref 'develop' in refs/heads or refs/remotes/origin
5959git fetch --no-tags https://github.com/utPLSQL/utPLSQL.git +refs/heads/develop:refs/remotes/origin/develop
6060
61+ echo " Adding OJDBC Driver Path ${OJDBC_HOME} /ojdbc8.jar"
6162add_sonar_property " ${DB_URL_SONAR_PROPERTY} " " jdbc:oracle:thin:@${CONNECTION_STR} "
6263add_sonar_property " ${DB_DRIVER_PATH} " " ${OJDBC_HOME} /ojdbc8.jar"
6364
You can’t perform that action at this time.
0 commit comments