balena-cloud-apps 1.1.2 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -605,7 +605,6 @@ run_target() {
|
|
|
605
605
|
slogger -st docker "Disable cross-build (buildx off)"
|
|
606
606
|
native_compose_file_set
|
|
607
607
|
cross_build_start -d
|
|
608
|
-
native_compose_file_set
|
|
609
608
|
if command -v balena >/dev/null 2>&1; then
|
|
610
609
|
local fleets
|
|
611
610
|
fleets=$(balena fleet list | awk 'NR>1{print $2}')
|