X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Foransc%2Fverify-jobs-go.sh;h=6d94734359b42249280344fcbe101b20e174a0fa;hb=refs%2Fchanges%2F54%2F13054%2F1;hp=1cc7ae4498786f8da2e21ac900a396a8bfea6019;hpb=016f4c0086df26b1f68361b2dae215eff10d5a1d;p=infra%2Fcicd.git diff --git a/jjb/oransc/verify-jobs-go.sh b/jjb/oransc/verify-jobs-go.sh index 1cc7ae44..6d947343 100644 --- a/jjb/oransc/verify-jobs-go.sh +++ b/jjb/oransc/verify-jobs-go.sh @@ -11,7 +11,6 @@ echo "Download go $version" 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