[magnum] Fix unbound variable in dib job template
Set EXTRA_PROJECTS to "" (empty string), if not set it creates an "unbound variable" error. Change-Id: I6bb9e08370a54d075888630fdb7e0fa6436ea3ec
This commit is contained in:
parent
6c73e4aa06
commit
0187121f94
@ -81,6 +81,8 @@
|
||||
|
||||
if [ "{image-name}" == "ubuntu-mesos" ]; then
|
||||
EXTRA_PROJECTS="openstack/tripleo-image-elements openstack/heat-templates"
|
||||
else
|
||||
EXTRA_PROJECTS=""
|
||||
fi
|
||||
|
||||
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
|
||||
|
Loading…
Reference in New Issue
Block a user