From efce17aaf02d2d63be4e05c1204be1bb82270ee0 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Sat, 6 Sep 2025 14:43:54 +0200 Subject: [PATCH] Remove N2VC from the list of modules to create a new tag Change-Id: I3db7e1c4babd140779ef2841204af1b491f1f40c Signed-off-by: garciadeblas --- tools/newtag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1