X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fcmake-sonarqube.sh;h=f34f7d79962edea7cd96c90867b18e34b453e9f6;hb=refs%2Ftags%2Fv0.77.2;hp=1662e3308069e1dd50030d50750090a817036c9e;hpb=c4ab45e68f3d6b15ef604e4a0c8930d3da4e6bc8;p=releng%2Fglobal-jjb.git diff --git a/shell/cmake-sonarqube.sh b/shell/cmake-sonarqube.sh index 1662e330..f34f7d79 100644 --- a/shell/cmake-sonarqube.sh +++ b/shell/cmake-sonarqube.sh @@ -26,7 +26,7 @@ unzip -q bw.zip sudo mv build-wrapper-* /opt/build-wrapper -SET_JDK_VERSION="${SET_JDK_VERSION:-openjdk11}" +export SET_JDK_VERSION="${SET_JDK_VERSION:-openjdk11}" echo "$SET_JDK_VERSION" bash <(curl -s https://raw.githubusercontent.com/lfit/releng-global-jjb/master/shell/update-java-alternatives.sh) # shellcheck disable=SC1091