aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dmaap-message-router/dmaap-mr-launch.sh
diff options
context:
space:
mode:
authorDominic Lunanuova <dgl@research.att.com>2018-10-01 20:21:48 +0000
committerDominic Lunanuova <dgl@research.att.com>2018-10-01 20:21:54 +0000
commitc078eea2b2809a22aad21f1b4f8c49d018ece7b6 (patch)
tree6192a879d019bca065fa2e5548b00a9767ddbf86 /scripts/dmaap-message-router/dmaap-mr-launch.sh
parent7b6c8de1c0e2172db475611bfcce7d2df272eaea (diff)
Use default docker prefix of CSIT env
Change-Id: I9823414e7a984fac98981b8c364628290eeb0707 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-827
Diffstat (limited to 'scripts/dmaap-message-router/dmaap-mr-launch.sh')
-rwxr-xr-xscripts/dmaap-message-router/dmaap-mr-launch.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/dmaap-message-router/dmaap-mr-launch.sh b/scripts/dmaap-message-router/dmaap-mr-launch.sh
index 36d31689..a4bd623a 100755
--- a/scripts/dmaap-message-router/dmaap-mr-launch.sh
+++ b/scripts/dmaap-message-router/dmaap-mr-launch.sh
@@ -34,7 +34,8 @@ function dmaap_mr_launch() {
#
# the default prefix for docker containers is the directory name containing the docker-compose.yml file.
# It can be over-written by an env variable COMPOSE_PROJECT_NAME. This env var seems to be set in the Jenkins CSIT environment
- COMPOSE_PREFIX=${COMPOSE_PROJECT_NAME:-docker-compose}
+ COMPOSE_PREFIX=${COMPOSE_PROJECT_NAME:-dockercompose}
+ export COMPOSE_PROJECT_NAME=$COMPOSE_PREFIX
echo "COMPOSE_PROJECT_NAME=$COMPOSE_PROJECT_NAME"
echo "COMPOSE_PREFIX=$COMPOSE_PREFIX"