X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FUI%2Finstall;fp=jenkins%2FUI%2Finstall;h=4ba7123394ac86ef8d0a40626707d6d076480628;hb=425f8cef392f81356280f6508384ac397aa2eb85;hp=592878473313f6815b2925955dd234dfc022328f;hpb=15f4f2295c6807d857f9b61ce291119a0a46d11f;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