From a20a9d8b258eac6eeab625d3b1bb4e6ea70d3d04 Mon Sep 17 00:00:00 2001
From: Jeremy Mordkoff <jeremy.mordkoff@gmail.com>
Date: Mon, 2 Oct 2017 19:39:34 -0400
Subject: [PATCH] make sure that the UI is installed from an OSM repo

Signed-off-by: Jeremy Mordkoff <jeremy.mordkoff@gmail.com>
---
 jenkins/UI/install | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jenkins/UI/install b/jenkins/UI/install
index 45eb5ca4..c145a537 100755
--- a/jenkins/UI/install
+++ b/jenkins/UI/install
@@ -101,6 +101,7 @@ apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSIO
 
 # now disable the RIFT OSM repo so that we'll get UI from
 # the OSM repos
+rm -f /etc/apt/sources.list.d/rift.list
 
 apt-get update
 apt-get install -y rw.ui-skyquake
-- 
GitLab