NONRTRIC SME fix servicemanager sonar 66/13466/1 master
authoraravind.est <aravindhan.a@est.tech>
Fri, 27 Sep 2024 10:22:16 +0000 (11:22 +0100)
committeraravind.est <aravindhan.a@est.tech>
Fri, 27 Sep 2024 10:22:16 +0000 (11:22 +0100)
Servicemanager sonar job missing the go.mod and it is fixed.

Issue-ID: NONRTRIC-1033
Change-Id: I86b3b74c1a34a9b2b7cc263ab545b939012350f1
Signed-off-by: aravind.est <aravindhan.a@est.tech>
servicemanager/build-servicemanager-ubuntu.sh

index f4a00d8..bcc6481 100755 (executable)
@@ -25,6 +25,7 @@ echo "--> build-servicemanager-ubuntu.sh"
 export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
 export GO111MODULE=on
 go version
+cd servicemanager/
 
 # Get the go coverage tool helper
 go install github.com/ory/go-acc@v0.2.8