Merge "[dev_setup][bugfix] Bundle install for UAA"

This commit is contained in:
Jesse Zhang 2012-05-04 23:18:03 +00:00 коммит произвёл Gerrit Code Review
Родитель a5e1528077 2c56ec1f79
Коммит d43adb58fd
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -18,3 +18,5 @@ bash "Grab dependencies for UAA" do
cwd "#{node[:cloudfoundry][:path]}/uaa"
code "#{node[:maven][:path]}/bin/mvn install -U -DskipTests=true"
end
cf_bundle_install(File.expand_path(File.join(node["cloudfoundry"]["path"], "uaa")))