Export ZUUL_CHANGES in the reproducer

The zuul changes were not being apply, exporting
the variable make them accesible to ansible roles.

Change-Id: I2d297f73ed0eaf0b38d6bbdd311aec557f75105b
This commit is contained in:
Enrique Llorente 2018-05-23 13:12:15 +02:00 committed by Quique Llorente
parent b018938c66
commit b65eed4b74
1 changed files with 4 additions and 1 deletions

View File

@ -185,8 +185,11 @@ fi
set -x
# Start from a clean workspace
# Export set variables, they make visible to ansible roles
export WORKSPACE
export ZUUL_CHANGES
# Start from a clean workspace
mkdir -p $WORKSPACE
cd $WORKSPACE
rm -rf tripleo-quickstart tripleo-quickstart-extras