diff options
author | 2016-10-17 00:08:32 -0500 | |
---|---|---|
committer | 2016-10-17 06:37:56 -0500 | |
commit | 7ae91a059f2b498ebacc66440f5de21eea99033c (patch) | |
tree | e3113ebff9adc945155a4013b66629d70b45a17e /ci/02-deploybundle.sh | |
parent | f1dfc0776d32dea2a2fe7e2cb2b15b1836a6b666 (diff) |
more changes needed for juju 2.0
Change-Id: I30a1703bdd0dbfc72d0a35c2bee39a1f1b57b52a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-x | ci/02-deploybundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index e561b39e..d08dae6c 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -103,7 +103,7 @@ if [ "$osdomname" != "None" ]; then var=$var"_"publicapi fi -if [ "$jujuver" -lt "2" ]; then +if [ "$jujuver" < "2" ]; then #lets generate the bundle for all target using genBundle.py python genBundle.py -j 1 -l deployconfig.yaml -s $var > bundles.yaml #keep the back in cloud for later debugging. |