Skip to content

Commit

Permalink
Ignore shellcheck
Browse files Browse the repository at this point in the history
You cannot quote a variable here
  • Loading branch information
Patrick Robinson committed Jul 10, 2019
1 parent bfd4d92 commit 3b7702d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/command
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ target_group=$(eval "echo $target_group")
load_balancer_name=$(eval "echo $load_balancer_name")

deployment_config=${BUILDKITE_PLUGIN_ECS_DEPLOY_DEPLOYMENT_CONFIGURATION:-"100/200"}
# shellcheck disable=SC2206
min_max_percent=(${deployment_config//\// })
min_deploy_perc=${min_max_percent[0]}
max_deploy_perc=${min_max_percent[1]}
Expand Down

0 comments on commit 3b7702d

Please sign in to comment.