Revert file modifications. 73/6073/1
authorAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Thu, 13 May 2021 13:21:36 +0000 (16:21 +0300)
committerAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Thu, 13 May 2021 13:21:46 +0000 (16:21 +0300)
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 <alexandru.stancu@highstreet-technologies.com>
ntsimulator/.env
ntsimulator/nts_build.sh

index 38339da..40a1525 100644 (file)
@@ -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
index 33f5e5b..62619e1 100755 (executable)
@@ -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