Fix fuel_ui repo commit variable

We need to use FUEL_UI_COMMIT instead of FUEL_UI
since build_repo function uses FUEL_UI_COMMIT

Change-Id: I87b4ff6b414b22cd3e87315950f0a08f7fb80617
Closes-bug: #1566838
This commit is contained in:
Sergey Kulanov 2016-04-06 15:57:13 +03:00
parent 303c4e2697
commit 41631f9963
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ FUELMENU_COMMIT?=master
SHOTGUN_COMMIT?=master
NETWORKCHECKER_COMMIT?=master
FUELUPGRADE_COMMIT?=master
FUEL_UI?=master
FUEL_UI_COMMIT?=master
FUELLIB_REPO?=https://github.com/openstack/fuel-library.git
NAILGUN_REPO?=https://github.com/openstack/fuel-web.git