Added support of newton branch to scripts

Added missed param for "case" for newton

Change-Id: Iba0eeefb228f8af619188f84c3e6f1978a7cf9a0
This commit is contained in:
Evgeny Sikachev 2016-11-28 11:30:26 +03:00
parent 9530bcc6a6
commit a3d5b65a33
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"