From 7bcadc5c73ec3e012aaaf4720d5213a3afba7c53 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Sun, 2 Feb 2020 22:40:15 +0100 Subject: [PATCH] install_osm: fix RELEASE, REPOSITORY and DOCKER_TAG vars Change-Id: I97893b264568f32e9ada5e6a7674c1bda7631b70 Signed-off-by: garciadeblas --- installers/install_osm.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 2481cd5f..01d96e9d 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -13,9 +13,9 @@ # limitations under the License. # REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian -RELEASE=ReleaseSEVEN-daily -REPOSITORY=testing -DOCKER_TAG=releaseseven +RELEASE=ReleaseSEVEN +REPOSITORY=stable +DOCKER_TAG=7 function usage(){ echo -e "usage: $0 [OPTIONS]" -- 2.25.1