From ecedf6e42da4a5b5ca7e83b78f69815f03279718 Mon Sep 17 00:00:00 2001 From: Alex Stancu Date: Thu, 13 May 2021 16:21:36 +0300 Subject: [PATCH] Revert file modifications. Revert file modifications which were added by accident (without any impact of the code) Issue-ID: SIM-70 Change-Id: If9adb86259a23700fb05c95330cc6c35fe2df42d Signed-off-by: Alex Stancu --- ntsimulator/.env | 2 +- ntsimulator/nts_build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ntsimulator/.env b/ntsimulator/.env index 38339da..40a1525 100644 --- a/ntsimulator/.env +++ b/ntsimulator/.env @@ -1,6 +1,6 @@ DOCKER_REPO=o-ran-sc/ NTS_MANAGER_PORT=8300 -NTS_BUILD_VERSION=1.3.1 +NTS_BUILD_VERSION=1.3.0 IPv6_ENABLED=false SSH_CONNECTIONS=1 diff --git a/ntsimulator/nts_build.sh b/ntsimulator/nts_build.sh index 33f5e5b..62619e1 100755 --- a/ntsimulator/nts_build.sh +++ b/ntsimulator/nts_build.sh @@ -1,4 +1,4 @@ #!/bin/bash source .env -docker-compose -f nts-ng-docker-image-build-ubuntu.yaml build --build-arg NTS_BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') --build-arg NTS_BUILD_VERSION=$NTS_BUILD_VERSION --build-arg BUILD_WITH_DEBUG=1 +docker-compose -f nts-ng-docker-image-build-ubuntu.yaml build --build-arg NTS_BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') --build-arg NTS_BUILD_VERSION=$NTS_BUILD_VERSION -- 2.16.6