Docker fixes 39/30339/1
authorst782s <statta@research.att.com>
Mon, 5 Feb 2018 21:14:27 +0000 (16:14 -0500)
committerst782s <statta@research.att.com>
Mon, 5 Feb 2018 21:14:27 +0000 (16:14 -0500)
Issue-ID: PORTAL-119

Merge job failing sue to the base file not being able to pull the images
names from .env file

Change-Id: I39f31683acf695273b58c1eda06e952f365a9d33
Signed-off-by: st782s <statta@research.att.com>
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}"