From: Alex Stancu Date: Thu, 13 May 2021 13:21:36 +0000 (+0300) Subject: Revert file modifications. X-Git-Tag: 1.3.3~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=commitdiff_plain;h=ecedf6e42da4a5b5ca7e83b78f69815f03279718 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 --- 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