From: yuyang Date: Thu, 25 May 2017 07:46:55 +0000 (+0800) Subject: Bugfix: dockerfile does not support basename X-Git-Tag: opnfv-5.0.0~34 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=fd9ae2109a6202c17a89cd544a3b74747c3b729b Bugfix: dockerfile does not support basename JIRA: BOTTLENECK-158 Remove basename commond in docker-compose file Change-Id: If06bac1903b2b830f9e5e4133f3315fb9f424c18 Signed-off-by: yuyang --- 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}