From: garciadeblas Date: Sat, 6 Sep 2025 12:43:54 +0000 (+0200) Subject: Remove N2VC from the list of modules to create a new tag X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F15378%2F1;p=osm%2Fdevops.git Remove N2VC from the list of modules to create a new tag Change-Id: I3db7e1c4babd140779ef2841204af1b491f1f40c Signed-off-by: garciadeblas --- diff --git a/tools/newtag.sh b/tools/newtag.sh index 5d412b53..7a199981 100755 --- a/tools/newtag.sh +++ b/tools/newtag.sh @@ -29,7 +29,7 @@ RELEASE_NAME="$5" tag_header="OSM Release $RELEASE_NAME:" tag_message="$tag_header version $TAG" -modules="common devops IM LCM MON N2VC NBI NG-UI NG-SA osmclient RO SOL003 SOL005 tests" +modules="common devops IM LCM MON NBI NG-UI NG-SA osmclient RO SOL003 SOL005 tests" list="" for i in $modules; do if [ "$1" == "$i" -o "$1" == "all" ]; then