switch a new RIFT repo for R3 so that the R2 repo can be restored to its previous...
[osm/devops.git] / jenkins / UI / install
index ddf0734..d54afb6 100755 (executable)
@@ -37,7 +37,7 @@ set -o nounset    # Expanding an unset variable is an error.  Variables must be
 
 ###############################################################################
 # Set up repo and version
-PLATFORM_REPOSITORY=OSM
+PLATFORM_REPOSITORY=OSM3
 PLATFORM_VERSION=5.2.0.0.71033
 
 while getopts ":P:V:h" o; do