Skip to content

Commit

Permalink
result needs a value
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Connito authored Nov 6, 2020
1 parent 0aab4dd commit 7a044a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/get-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function readAdditionalTags() {
value_var="BUILDKITE_PLUGIN_DATADOG_STATS_ADDITIONAL_TAGS_${i}_VALUE"

if [[ -z ${!tag_var:-} ]]; then
result+=("")
break;
fi

Expand Down

0 comments on commit 7a044a5

Please sign in to comment.