Merge "check if localsession object null before closing"
authorSunder Tattavarada <statta@research.att.com>
Thu, 8 Feb 2018 17:28:25 +0000 (17:28 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 8 Feb 2018 17:28:25 +0000 (17:28 +0000)
deliveries/os_docker_base.sh

index 7361704..2c4a391 100755 (executable)
@@ -21,6 +21,9 @@ NEXUS_REPO=nexus3.onap.org:10003
 # Build the containers
 ./build_portalapps_dockers.sh
 
+# Establish environment variables
+source $(dirname $0)/.env
+
 APPS_VERSION="${NEXUS_REPO}/${EP_IMG_NAME}:${VERSION}"
 DB_VERSION="${NEXUS_REPO}/${DB_IMG_NAME}:${VERSION}"
 WMS_VERSION="${NEXUS_REPO}/${WMS_IMG_NAME}:${VERSION}"