From: garciadeblas Date: Sun, 2 Feb 2020 21:40:15 +0000 (+0100) Subject: install_osm: fix RELEASE, REPOSITORY and DOCKER_TAG vars X-Git-Tag: v7.0.1~1^2~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F8547%2F1;p=osm%2Fdevops.git install_osm: fix RELEASE, REPOSITORY and DOCKER_TAG vars Change-Id: I97893b264568f32e9ada5e6a7674c1bda7631b70 Signed-off-by: garciadeblas --- 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]"