Merge "Added support of newton branch to scripts"

This commit is contained in:
Jenkins 2016-12-16 13:32:57 +00:00 committed by Gerrit Code Review
commit 5338a46e98
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ case $release in
mitaka)
ZUUL_BRANCH="stable/mitaka"
;;
newton)
ZUUL_BRANCH="stable/newton"
;;
esac
sahara_path="/tmp/sahara"