X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fnonrtric-plt-sme%2Fprescan-sme-ubuntu.sh;fp=jjb%2Fnonrtric-plt-sme%2Fprescan-sme-ubuntu.sh;h=3e1db20b137a2cd4c7eec0dd91c6f8944d3f0641;hb=cdc5ce14201a7cbb402cd9f17b3c97518d29d528;hp=0000000000000000000000000000000000000000;hpb=30605cfe5db1928ec54831f194a5be565ceab706;p=ci-management.git diff --git a/jjb/nonrtric-plt-sme/prescan-sme-ubuntu.sh b/jjb/nonrtric-plt-sme/prescan-sme-ubuntu.sh new file mode 100644 index 00000000..3e1db20b --- /dev/null +++ b/jjb/nonrtric-plt-sme/prescan-sme-ubuntu.sh @@ -0,0 +1,30 @@ +#!/bin/sh +############################################################################## +# +# Copyright (C) 2022: Nordix Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +############################################################################## + +echo "--> prescan-sme-ubuntu.sh" + +set -ex + +# Assumes ubuntu - uses apt-get +sudo apt-get update + +# build script execution +bash ./build-sme-ubuntu.sh + +echo "--> prescan-sme-ubuntu.sh ends"