aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2020-07-22 23:01:34 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2020-07-22 23:01:34 +0530
commit7e1974f92920db3b5ff708be814c78acb0a3df00 (patch)
tree15781d11456973d3d0be4b92ec1111dcb2c2158f /cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh
parentd8f4b453be2dd8b188ad4bca11cede52a30e7806 (diff)
Fix sonar build failures
Issue-ID: OPTFRA-815 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Id0416cf9dec3b8a96fbee33219e258ed23ce7f63
Diffstat (limited to 'cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh')
-rwxr-xr-xcmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh b/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh
index 6bd100f..01285a0 100755
--- a/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh
+++ b/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh
@@ -2,7 +2,7 @@
apt update
apt install wget
apt install unzip --assume-yes
-wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.jar
+wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.jar --no-check-certificate
unzip org.jacoco.agent-0.8.5.jar
cp org.jacoco.agent-0.8.5/jacocoagent.jar .
ls -l