Skip to content

Commit ef3e1cd

Browse files
tomowatttoote
andauthored
style: Update commands/build.sh
Co-authored-by: Matías Bellone <toote@users.noreply.github.com>
1 parent 52da53e commit ef3e1cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ for service_name in $(plugin_read_list BUILD) ; do
7373
[[ -n "${label:-}" ]] && labels+=("${label}")
7474
done <<< "$(plugin_read_list BUILD_LABELS)"
7575

76-
if [[ -n "${target}" ]] || [[ "${#labels[@]}" -gt 0 ]]|| [[ "${#cache_to[@]}" -gt 0 ]] || [[ "${#cache_from[@]}" -gt 0 ]]; then
76+
if [[ -n "${target}" ]] || [[ "${#labels[@]}" -gt 0 ]] || [[ "${#cache_to[@]}" -gt 0 ]] || [[ "${#cache_from[@]}" -gt 0 ]]; then
7777
build_images+=("$service_name" "${image_name}" "${target}")
7878

7979
build_images+=("${#cache_from[@]}")

0 commit comments

Comments
 (0)