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 f51ebe26..c96e45f3 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -64,7 +64,7 @@ if [ -e ./deployment.yaml ]; then echo $max if [ "$max" -lt 4 ];then - workmutiple=1.0 + workmutiple=1.1 elif [ "$max" -lt 33 ]; then workmutiple=0.25 elif [ "$max" -lt 73 ]; then |