From: yuyang Date: Thu, 25 May 2017 07:46:55 +0000 (+0800) Subject: Bugfix: dockerfile does not support basename X-Git-Tag: danube.3.0~3 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6d4c361c67aa5166403cfa54378c3c29c1008975;hp=1dbf2fafe88c6862aa7d89c2a6fad6709f13367f;p=bottlenecks.git Bugfix: dockerfile does not support basename JIRA: BOTTLENECK-158 Remove basename commond in docker-compose file Change-Id: If06bac1903b2b830f9e5e4133f3315fb9f424c18 Signed-off-by: yuyang (cherry picked from commit fd9ae2109a6202c17a89cd544a3b74747c3b729b) --- diff --git a/docker/bottleneck-compose/docker-compose.yml b/docker/bottleneck-compose/docker-compose.yml index 31f83698..a0f3df4d 100644 --- a/docker/bottleneck-compose/docker-compose.yml +++ b/docker/bottleneck-compose/docker-compose.yml @@ -43,4 +43,4 @@ bottlenecks: - NODE_NAME=${NODE_NAME} - DEPLOY_SCENARIO=${DEPLOY_SCENARIO} - BUILD_TAG=${BUILD_TAG} - - BRANCH=$(basename ${BRANCH}) + - BRANCH=${BRANCH}