Fix sonar job after Go version uplift 67/9367/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 24 Oct 2022 07:07:34 +0000 (09:07 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 24 Oct 2022 07:07:37 +0000 (09:07 +0200)
Issue-ID: NONRTRIC-812
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: Ib35a0de3a89f4b855a2dc0e87cd19400ae746686

goversion/build-oruclosedloopconsumer-ubuntu.sh

index 9baf9b9..c018118 100755 (executable)
@@ -25,6 +25,7 @@ export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
 export GO111MODULE=on
 go version
 cd goversion/
+pwd
 
 # install the go coverage tool helper
 go install github.com/ory/go-acc