Fix typo that prevents to run tests locally

Change-Id: Ia9e23daafc14dbba47ac1f4233a80c28c8d76a5e
This commit is contained in:
Sagi Shnaidman 2019-12-12 14:30:22 +02:00
parent b91ec6ba1f
commit c9b0abd96d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ set -xeuo
export PROJECT_DIR="$(dirname $(readlink -f ${BASH_SOURCE[0]}))/../"
export ROLE_NAME="${ROLE_NAME:-$1}"
export TRIPLEO_JOB_ANSIBLE_ARGS=${TRIPLEO_JOB_ANSIBLE_ARGS:-"-v"}
export UPPER_CONSTRAINTS_FILE= ${UPPER_CONSTRAINTS_FILE:-"https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt"}
export UPPER_CONSTRAINTS_FILE=${UPPER_CONSTRAINTS_FILE:-"https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt"}
## Functions -----------------------------------------------------------------