Fix typo that prevents to run tests locally

Change-Id: Ia9e23daafc14dbba47ac1f4233a80c28c8d76a5e
changes/11/698711/1
Sagi Shnaidman 4 years ago
parent b91ec6ba1f
commit c9b0abd96d

@ -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 -----------------------------------------------------------------

Loading…
Cancel
Save