diff options
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. |