Code Review
/
nonrtric
/
plt
/
sme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7ed019e
)
NONRTRIC SME fix servicemanager sonar
66/13466/1
author
aravind.est
<aravindhan.a@est.tech>
Fri, 27 Sep 2024 10:22:16 +0000
(11:22 +0100)
committer
aravind.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
patch
|
blob
|
history
diff --git
a/servicemanager/build-servicemanager-ubuntu.sh
b/servicemanager/build-servicemanager-ubuntu.sh
index
f4a00d8
..
bcc6481
100755
(executable)
--- a/
servicemanager/build-servicemanager-ubuntu.sh
+++ b/
servicemanager/build-servicemanager-ubuntu.sh
@@
-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