Revert "[fuel] Define Docker tag for stable branches" 43/65843/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 14 Dec 2018 14:37:26 +0000 (15:37 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 14 Dec 2018 14:37:59 +0000 (15:37 +0100)
Moved logic to OPNFV Fuel via [1].

[1] https://gerrit.opnfv.org/gerrit/#/c/65833/

This reverts commit 1590de2d2a85506c29826c6914dc1cbe218d4113.

Change-Id: I1acd257ea121e6ff48ce1605e9509e01ce6edb76
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
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!"