Fix if condition in bash

Change-Id: I5c27e192c87a66a7b309f4e2560d1eaee062f5f4
This commit is contained in:
Sagi Shnaidman 2018-11-13 14:51:32 +02:00
parent 2a95949f2d
commit 6a6cdd2797
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ if [[ $NODEPOOL_PROVIDER == "rdo-cloud-tripleo" ]]; then
elif [[ $NODEPOOL_PROVIDER == "vexxhost-rdo-ca-ymq-1" ]]; then
ENVFILE=$BASEPATH/scripts/vexxhost.env
fi
fi
TENUM=0