Merge "[release] fuel, armband: opnfv-7.1.0"
authorAric Gardner <agardner@linuxfoundation.org>
Fri, 14 Dec 2018 17:47:01 +0000 (17:47 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 14 Dec 2018 17:47:01 +0000 (17:47 +0000)
jjb/fuel/fuel-deploy.sh

index 8bc5fa2..418b814 100755 (executable)
@@ -19,9 +19,6 @@ LAB_NAME=${NODE_NAME/-*}
 # shellcheck disable=SC2153
 POD_NAME=${NODE_NAME/*-}
 
-# define Docker tag for stable branches
-[[ "${BRANCH}" != master ]] && export MCP_DOCKER_TAG=${BRANCH##*/}
-
 # Fuel currently supports arm, enea, ericsson, intel, lf, unh and zte labs
 if [[ ! "${LAB_NAME}" =~ (arm|enea|ericsson|intel|lf|unh|zte) ]]; then
     echo "Unsupported/unidentified lab ${LAB_NAME}. Cannot continue!"