diff options
author | 2023-08-16 08:01:39 +0000 | |
---|---|---|
committer | 2023-08-16 08:20:05 +0000 | |
commit | 473792061d40a0027b57d65a97f3da06e4b8c7bd (patch) | |
tree | 0a22c16eb86f080e0ad7d19f6d8c2b045f37f54f /bin | |
parent | f4b789cd3d86eb96a1e012910a3e7111fd4fdfed (diff) |
Consistently use the bff name in the bff code base
- rename package name from org.onap.portal.bff to org.onap.portalng.bff
- replace all other occurences of portal-bff with bff
Other:
- remove Sonarqube plugin
Issue-ID: PORTALNG-40
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I50548630212e46a0ab84c88ff5fef743dafe9d38
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/sonarqube.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/sonarqube.sh b/bin/sonarqube.sh deleted file mode 100755 index 0047966..0000000 --- a/bin/sonarqube.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -./gradlew sonarqube -Dsonar.branch.name=local-ce -Dsonar.host.url=https://sonarqube.devops.telekom.de -Dsonar.login=5392bed06c65e0bbce329ad625cf8554ce467052 |