X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-utils%2Fcmake-sonarqube.sh;h=094dfd5f184fcaa5883f335de2144cce282b3331;hb=9f9e2d9d39611695d919896c46452ed6a3d8bbe6;hp=891f1c3f585264bd92e155d3da8a82bc142b60ba;hpb=fe9856c1808f1016e1fdf27a061865eea61b5fb8;p=ci-management.git diff --git a/jjb/ric-plt-utils/cmake-sonarqube.sh b/jjb/ric-plt-utils/cmake-sonarqube.sh index 891f1c3f..094dfd5f 100644 --- a/jjb/ric-plt-utils/cmake-sonarqube.sh +++ b/jjb/ric-plt-utils/cmake-sonarqube.sh @@ -1,17 +1,17 @@ -#!/bin/bash -# SPDX-License-Identifier: EPL-1.0 -############################################################################## -# Copyright (c) 2020 HCL Technologies and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -############################################################################## -echo "---> cmake-sonarqube.sh" -cd mgxapp -docker build -t ric-plt-utils -f Dockerfile.build . -docker create --name ric-plt-utils ric-plt-utils -docker cp ric-plt-utils:/playpen/build/test/ . -docker rm ric-plt-utils -echo "---> cmake-sonarqube.sh ends" \ No newline at end of file +#!/bin/bash +# SPDX-License-Identifier: EPL-1.0 +############################################################################## +# Copyright (c) 2020 HCL Technologies and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +############################################################################## +echo "---> cmake-sonarqube.sh" +cd mgxapp || return +docker build -t ric-plt-utils -f Dockerfile.build . +docker create --name ric-plt-utils ric-plt-utils +docker cp ric-plt-utils:/playpen/build/test/ . +docker rm ric-plt-utils +echo "---> cmake-sonarqube.sh ends"