summaryrefslogtreecommitdiffstats
path: root/deliveries
diff options
context:
space:
mode:
Diffstat (limited to 'deliveries')
-rwxr-xr-xdeliveries/os_docker_base.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/deliveries/os_docker_base.sh b/deliveries/os_docker_base.sh
index 73617049..2c4a3912 100755
--- a/deliveries/os_docker_base.sh
+++ b/deliveries/os_docker_base.sh
@@ -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}"