commit | 18e36b5e027649c77942f593f894134c4afb502c | [log] [tgz] |
---|---|---|
author | nauman <nauman.yaseen@est.tech> | Thu Mar 31 08:17:47 2022 +0000 |
committer | nauman <nauman.yaseen@est.tech> | Thu Mar 31 08:17:47 2022 +0000 |
tree | 8b611040fa0a0d954983ce51babacc84fb98249a | |
parent | 016f4c0086df26b1f68361b2dae215eff10d5a1d [diff] |
Fix golang CI verify job rm CGO_ENABLED=0 Change-Id: I49ea89267ca8747f19a4ceddcd5283110036f420
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