Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f208605

Browse files
committed
Fixed project key for sonar on master branch
1 parent 74647cc commit f208605

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ addons:
88
# Java8 Required for Sonar and SQLCL
99
- oracle-java8-installer
1010
- oracle-java8-set-default
11-
sonarqube:
11+
sonarcloud:
12+
organization: utplsql
1213
token:
1314
secure: ${SONAR_TOKEN}
1415
branches:
@@ -40,7 +41,7 @@ env:
4041
- ORACLE_PWD="oracle"
4142
matrix:
4243
- ORACLE_VERSION="11g-xe-r2" CONNECTION_STR='127.0.0.1:1521/XE' DOCKER_OPTIONS='--shm-size=1g'
43-
- ORACLE_VERSION="12c-se2-r1-v2" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
44+
- ORACLE_VERSION="12c-se2-r1-v2" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
4445
- ORACLE_VERSION="12c-se-r2-v4" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
4546

4647
cache:

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# must be unique in a given SonarQube instance
2-
sonar.projectKey=utPLSQL:utPLSQL
2+
sonar.projectKey=utPLSQL
33
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
44
sonar.projectName=utPLSQL
55
sonar.projectVersion=v3.0.2

0 commit comments

Comments
 (0)