X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffuel%2Ffuel-deploy.sh;h=418b814e5943e02e43b0664212539fb214878826;hb=refs%2Fchanges%2F44%2F67744%2F1;hp=8bc5fa2683551922c0bdc85481772f6246e2aa7a;hpb=896d1adf336fc0cafbbb8fe23a4e6c6d72338204;p=releng.git diff --git a/jjb/fuel/fuel-deploy.sh b/jjb/fuel/fuel-deploy.sh index 8bc5fa268..418b814e5 100755 --- a/jjb/fuel/fuel-deploy.sh +++ b/jjb/fuel/fuel-deploy.sh @@ -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!"