commit | 2b72ee47b19574cc39a61de0d33d80d1453b4ba5 | [log] [tgz] |
---|---|---|
author | Nauman Yaseen <nauman.yaseen@est.tech> | Thu Mar 31 08:57:48 2022 +0000 |
committer | Nordix Gerrit <gerrit@nordix.org> | Thu Mar 31 08:57:48 2022 +0000 |
tree | e8282a1b58334024325ac518c02f7d3f1d705e13 | |
parent | fed4b530a330d95077f4beb7323334e49f19e11a [diff] | |
parent | 18e36b5e027649c77942f593f894134c4afb502c [diff] |
Merge "Fix golang CI verify job"
diff --git a/jjb/oransc/verify-jobs-go.sh b/jjb/oransc/verify-jobs-go.sh index 1cc7ae4..6d94734 100644 --- a/jjb/oransc/verify-jobs-go.sh +++ b/jjb/oransc/verify-jobs-go.sh
@@ -11,7 +11,6 @@ curl -L "https://go.dev/dl/go$version.linux-amd64.tar.gz" | sudo tar -C /usr/local -zxf - export PATH=$PATH:/usr/local/go/bin -export CGO_ENABLED=0 echo "Download project deps" go mod tidy