X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FUI%2Finstall;h=4ba7123394ac86ef8d0a40626707d6d076480628;hb=8f83069696a74f3fc9272a5c65d5e75e923e7ff9;hp=592878473313f6815b2925955dd234dfc022328f;hpb=91157a5b58eb36b6abc0e606552594d65c83b95a;p=osm%2Fdevops.git diff --git a/jenkins/UI/install b/jenkins/UI/install index 59287847..4ba71233 100755 --- a/jenkins/UI/install +++ b/jenkins/UI/install @@ -23,8 +23,10 @@ # install launchpad UI and create the service # -curl https://osm-download.etsi.org/repository/osm/debian/ReleaseTWO/OSM%20ETSI%20Release%20Key.gpg |apt-key add - -add-apt-repository -y "deb https://osm-download.etsi.org/repository/osm/debian/ReleaseTWO stable SO UI RO openvim" +HERE=$(realpath $(dirname $0)) +OSM_JENKINS=$(dirname $HERE) +. $OSM_JENKINS/common/install_common + rm -f /etc/apt/sources.list.d/RIFT.list apt-get update